">
| <%= competition.year %> |
<%= link_to competition.competition_name, OrbitHelper.url_to_plugin_show(competition.to_param,'personal_competition'), target: "blank"%>
- <%= link_to t('edit'), edit_admin_competition_path(competition) %>
- <%= link_to t(:delete_), admin_competition_path(id: competition.id), method: :delete, remote: true, data: { confirm: 'Are you sure?' } %>
|
<%= competition.awarding_unit %> |
<%= competition.work_name %> |
<%= competition.student_name %> |
<% end %>