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

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

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