Orbit/vendor/built_in_modules/ask_new/app/views/panel/ask/back_end/ask_categories/index.html.erb

35 lines
880 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(:key) %></th>
<% %w[服務 Service].each do |name| %>
<th class="span1-2"><%= name %></th>
<% end %>
</tr>
</thead>
</table>
</div>
</div>
</div>
<table id="ask_categories" class="table main-list">
<thead>
<tr>
<th class="span1-2"></th>
<% @site_valid_locales.each do |locale| %>
<th class="span1-2"></th>
<% end %>
</tr>
</thead>
<tbody class="sort-holder">
<%= render :partial => 'ask_category', :collection => @ask_categories %>
</tbody>
</table>
<div id="form"><%= render :partial => "form" if at_least_module_manager%></div>