forked from saurabh/orbit4-5
14 lines
480 B
Plaintext
14 lines
480 B
Plaintext
<table class="table main-list" id="roles_index">
|
|
<thead>
|
|
<tr class="sort-header">
|
|
<th class="span3"><a href="#"><%= t('key') %></a></th>
|
|
<th class="span4"><a href="#"><%= t('title') %></a></th>
|
|
<th class="span4"><a href="#"><%= t('title') %></a></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<% @attributes.each do |attribute|%>
|
|
<%= render partial: 'admin/member_infos/member_info', locals: { attribute: attribute } %>
|
|
<% end %>
|
|
</tbody>
|
|
</table> |