forked from saurabh/orbit4-5
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
<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| %>
|
|
<th><%= t(locale.to_s) %></th>
|
|
<% end %>
|
|
<th class="span1"></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<%= render :partial => 'role_status', :collection => @role_statuses %>
|
|
</tbody>
|
|
</table>
|
|
|
|
|