summaryrefslogtreecommitdiff
path: root/app/views/access_authorizations/index.html.haml
blob: 7a0dfd30aee9f4f8a0a689c5537ba35a704be420 (plain)
1
2
3
4
5
6
- content_for :title, t("access_authorizations.index.page_title")

- if @access_authorizations.count > 0
  = render "index_core", :access_authorizations => @access_authorizations

= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => AccessAuthorization}