|
|
|
@ -28,10 +28,15 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
++#%> |
|
|
|
|
|
|
|
|
|
<% content_for :action_menu_specific do %> |
|
|
|
|
<%= link_to l(:label_role_new), {:action => 'new'}, :class => 'icon icon-add' %> |
|
|
|
|
<% end %> |
|
|
|
|
<% html_title l(:label_administration), l("label_role_plural") %> |
|
|
|
|
<h2><%=l(:label_role_plural)%></h2> |
|
|
|
|
<%= toolbar title: l(:label_role_plural) do %> |
|
|
|
|
<li class="toolbar-item"> |
|
|
|
|
<%= link_to new_role_path, class: 'button -alt-highlight' do %> |
|
|
|
|
<i class="button--icon icon-add"></i> <%= l(:label_role_new) %> |
|
|
|
|
<% end %> |
|
|
|
|
</li> |
|
|
|
|
<% end %> |
|
|
|
|
<%= render :partial => 'layouts/action_menu_specific' %> |
|
|
|
|
<table class="list"> |
|
|
|
|
<thead> |
|
|
|
|