Skip to content
Snippets Groups Projects
Commit 36e54065 authored by MHEN2606's avatar MHEN2606
Browse files

fix: Styling on Scholarship

parent adf92727
No related merge requests found
......@@ -84,7 +84,7 @@ function renderScholarships(response) {
<tr>
<td class='comment'>${scholarship.title}</td>
<td class='comment'>${scholarship.short_description}</td>
<<td>Rp${scholarship.coverage.toLocaleString('id-ID')}</td>
<td>Rp${scholarship.coverage.toLocaleString('id-ID')}</td>
<td class='comment'>${types}</td>
<td>
<button class="button-style" onclick="redirectToEditScholarship(${scholarship.user_id}, ${scholarship.scholarship_id})" aria-labelledby="editButtonLabel">Edit</button>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment