">
<%= honor.year %> |
<%= link_to honor.award_name, '', target: "blank"%>
- <%= link_to t('edit'), '/admin/members/'+honor.member_profile.to_param+'/honors/'+honor.id+'/edit' %>
- <%= link_to t(:delete_), admin_honor_path(id: honor.id, member_profile_id: honor.member_profile.id), method: :delete, remote: true, data: { confirm: t('sure?') } %>
|
<%= honor.awarding_unit %> |
<%= honor.member_profile.name %> |
<% end %>