orbit-basic/vendor/built_in_modules/ask/app/views/panel/ask/back_end/ask_admins/index.html.erb

24 lines
577 B
Plaintext

<%= flash_messages %>
<div id="filter" class="subnav">
<div class="filters">
<div id="sort_headers" class="table-label">
<table class="table main-list">
<thead>
<tr>
<th class="span1-2"><%= t(:email) %></th>
</tr>
</thead>
</table>
</div>
</div>
</div>
<table id="ask-admins" class="table main-list">
<tbody class="sort-holder">
<%= render :partial => 'ask_admin', :collection => @ask_admins %>
</tbody>
</table>
<div id="form"><%= render :partial => "form" if at_least_module_manager%></div>