orbit-basic/app/views/admin/users_new_interface/_show_sub_role.html.erb

7 lines
300 B
Plaintext

<tr><td class="span1"><%= show_sub_role.title %></td></tr>
<% show_sub_role.attribute_fields.each do |item|%>
<tr>
<td class="span1"><%= item.title %></td>
<td><%= show_attribute_value(@user.get_attribute_value(item).get_value_by_locale(I18n.locale)) rescue '' %></td>
</tr>
<% end %>