2014-05-26 07:18:59 +00:00
|
|
|
<table class="table main-list">
|
|
|
|
<thead>
|
|
|
|
<tr class="sort-header">
|
|
|
|
<th class="span3 active"><a href="#">Key<b class="icons-arrow-down-4"></b></a></th>
|
|
|
|
<% @site_in_use_locales.each do |locale| %>
|
2014-05-28 10:47:19 +00:00
|
|
|
<th><%= t(locale.to_s) %></th>
|
2014-05-26 07:18:59 +00:00
|
|
|
<% end %>
|
|
|
|
<th class="span1"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2014-05-26 10:52:15 +00:00
|
|
|
<%= render :partial => 'role_status', :collection => @role_statuses %>
|
2014-05-26 07:18:59 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|