summaryrefslogtreecommitdiff
path: root/app/views/gateway_headers/show.html.haml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-08-03 11:27:50 +0200
committerPeter Kozak <spag@golwen.net>2013-08-03 11:27:50 +0200
commitf7bdfab32a165742c29cf687af0c28531f871706 (patch)
tree2c91ebff27a8c98dbf25ce3e248a12df2b6685f0 /app/views/gateway_headers/show.html.haml
parent4c1061fb7cdbaf1bf5614a5f255316cbc426d52d (diff)
gateway_headers views added
Diffstat (limited to 'app/views/gateway_headers/show.html.haml')
-rw-r--r--app/views/gateway_headers/show.html.haml19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/views/gateway_headers/show.html.haml b/app/views/gateway_headers/show.html.haml
new file mode 100644
index 0000000..4f1af49
--- /dev/null
+++ b/app/views/gateway_headers/show.html.haml
@@ -0,0 +1,19 @@
+- content_for :title, t("gateway_headers.show.page_title")
+
+%p
+ %strong= t('gateway_headers.show.gateway') + ":"
+ = @gateway_header.gateway
+%p
+ %strong= t('gateway_headers.show.name') + ":"
+ = @gateway_header.name
+%p
+ %strong= t('gateway_headers.show.value') + ":"
+ = @gateway_header.value
+%p
+ %strong= t('gateway_headers.show.class_type') + ":"
+ = @gateway_header.class_type
+%p
+ %strong= t('gateway_headers.show.description') + ":"
+ = @gateway_header.description
+
+= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @gateway, :child => @gateway_header } \ No newline at end of file