made relation_members.member_type translatable via model translations
This commit is contained in:
parent
e46c82fe3d
commit
4b705207e0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<tr>
|
||||
<td>
|
||||
<%= relation_member.member_type.capitalize %>
|
||||
<%= t 'activerecord.models.'+relation_member.member_type.downcase %>
|
||||
<%= link_to h(printable_name(relation_member.member)), :action => relation_member.member_type.downcase, :id => relation_member.member_id.to_s %>
|
||||
<% unless relation_member.member_role.blank? %>
|
||||
<%= t'browse.relation_member.as' %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue