app/views/admin/university/people/categories/index.html.erb
<% content_for :title, University::Person::Category.model_name.human(count: 2) %>
<%= render 'admin/application/categories/list',
root_categories: @root_categories,
categories_class: @categories_class %>
<% content_for :action_bar_right do %>
<%= create_link University::Person::Category %>
<% end %>