4 lines
197 B
Plaintext
4 lines
197 B
Plaintext
|
<div id="sub_role_<%= show_sub_role.id %>" class="info_input">
|
||
|
<h2><%= show_sub_role.i18n_variable[I18n.locale] %></h2>
|
||
|
<%= render :partial => 'show_attribute', :object => show_sub_role %>
|
||
|
</div>
|