summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-08-13 17:03:57 +0200
committerPeter Kozak <spag@golwen.net>2013-08-13 17:08:50 +0200
commite7b573d58eb62dcf7be82efe2a9f896c5ed55b4c (patch)
treea31fa8131e792d9540188e0906dfe57d7e3c45e1
parentb579a1b150d2aeca1576d7ea4baebafd2f2a1146 (diff)
header view fixed
-rw-r--r--app/views/gateway_headers/show.html.haml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/gateway_headers/show.html.haml b/app/views/gateway_headers/show.html.haml
index 4f1af49..83f9e30 100644
--- a/app/views/gateway_headers/show.html.haml
+++ b/app/views/gateway_headers/show.html.haml
@@ -1,8 +1,11 @@
- content_for :title, t("gateway_headers.show.page_title")
%p
- %strong= t('gateway_headers.show.gateway') + ":"
- = @gateway_header.gateway
+ %strong= t('gateway_headers.show.header_type') + ":"
+ = @gateway_header.header_type
+%p
+ %strong= t('gateway_headers.show.constraint_value') + ":"
+ = @gateway_header.constraint_value
%p
%strong= t('gateway_headers.show.name') + ":"
= @gateway_header.name
@@ -10,9 +13,6 @@
%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