From e7b573d58eb62dcf7be82efe2a9f896c5ed55b4c Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Tue, 13 Aug 2013 17:03:57 +0200 Subject: header view fixed --- app/views/gateway_headers/show.html.haml | 10 +++++----- 1 file 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,17 +1,17 @@ - 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 %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 -- cgit v1.2.3