index.html.haml revision 6d266a09d84193b35d246dd27ad27314d0d9d232
%h2= @page_title = 'Languages'
- if can? :create, Language
%ul.actions.pull-right
%li= link_to 'Create Language', :new_language
%p
= pluralize(collection.count, resource_class.to_s)
found
= pagination do
%table
%thead
%th Name
%th IRI
%th
%tbody
= render collection