summaryrefslogtreecommitdiff
path: root/app/views/switchboards/show.html.haml
blob: 746e18030f739d778b4948214a21af182fe251b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- content_for :title, t("switchboards.show.page_title")

.row
  .span6
    %table.table.table-striped
      %tr
        %td
          %strong= t('switchboards.show.name') + ":"
        %td
          = @switchboard.name

= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @user, :child => @switchboard }