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

.row
  .span6
    - if @switchboards && @switchboards.count > 0
      = render :partial => "index_core", :locals => {:switchboards => @switchboards, :user => @user}

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