Skip to content
Snippets Groups Projects
Commit 75c648fa authored by Arnaud Levy's avatar Arnaud Levy
Browse files

ects for diplomas

parent c6021280
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
<tr>
<th><%= Education::Diploma.human_attribute_name('name') %></th>
<th><%= Education::Diploma.human_attribute_name('short_name') %></th>
<th><%= Education::Diploma.human_attribute_name('ects') %></th>
<th><%= Education::Diploma.human_attribute_name('level') %></th>
<th><%= Education::Diploma.human_attribute_name('programs') %></th>
<th></th>
......@@ -13,6 +14,7 @@
<tr>
<td><%= link_to diploma, [:admin, diploma] %></td>
<td><%= diploma.short_name %></td>
<td><%= diploma.ects %></td>
<td><%= diploma.level_i18n %></td>
<td><%= diploma.programs.count %></td>
<td class="text-end">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment