orbit-personalproject/app/views/panel/personal_project/back_end/project_categorys/index.html.erb

24 lines
504 B
Plaintext

<%= flash_messages %>
<table id="project_categorys" class="table main-list">
<thead>
<tr>
<th class="span1-2"><%= t('project_category.key') %></th>
<% @site_in_use_locales.each do |locale| %>
<th class="span1-2"><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %></th>
<% end %>
</tr>
</thead>
<tbody>
<%= render :partial => 'project_category', :collection => @project_categorys %>
</tbody>
</table>
<div id="form"><%= render :partial => "form" %></div>