<%=l(:label_department)%> | <%=l(:label_department_head)%> | <% if User.current.allowed_people_to?(:edit_departments) %><% end %> |
---|---|---|
<%= link_to department, department_path(department) %> | <%= link_to_user(department.head) %> | <% if User.current.allowed_people_to?(:edit_departments) %><%= link_to(l(:button_delete), department_path(department), :method => :delete, :class => 'icon icon-del') %> | <% end %>
<%= l(:label_no_data) %>
<% end %>