diff options
Diffstat (limited to 'app/views/gateway_headers/show.html.haml')
-rw-r--r-- | app/views/gateway_headers/show.html.haml | 10 |
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 |