orbit4-5/app/views/admin/member_infos/index.html.erb

20 lines
527 B
Plaintext

<% content_for :side_bar do %>
<%= render :partial => 'admin/members/side_bar' %>
<% end %>
<div id="list-view">
<table id="member-list" class="table main-list">
<thead>
<tr class="sort-header">
<th class="span3"><a href="#"><%= t('key') %></a></th>
<th class="span4"><a href="#"><%= t('title') %></a></th>
<th><a href="#"><%= t('type') %></a></th>
</tr>
</thead>
<tbody>
<%= render :partial => "attributes",:collection=> @attributes%>
</tbody>
</table>
</div>