Orbit/vendor/built_in_modules/er_email/app/views/panel/er_email/back_end/email_er_categorys/index.html.erb

24 lines
507 B
Plaintext

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