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:03:57 +0200
commit8bd8bbfa969c902795d227ab36810a9a6e32a85f (patch)
tree40df368026440c4f80f1e2789203bd34ae5a1be5
parentfdccea87b40fa4ec1b4e4901281c8bd206c977ef (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