summaryrefslogtreecommitdiff
path: root/app/views/switchboards/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/switchboards/show.html.haml')
-rw-r--r--app/views/switchboards/show.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/switchboards/show.html.haml b/app/views/switchboards/show.html.haml
new file mode 100644
index 0000000..746e180
--- /dev/null
+++ b/app/views/switchboards/show.html.haml
@@ -0,0 +1,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 } \ No newline at end of file