summaryrefslogtreecommitdiff
path: root/app/views/gateway_headers/show.html.haml
blob: 83f9e3038e8a0a1d9cbf001afab4d91263cef71e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- content_for :title, t("gateway_headers.show.page_title")

%p
  %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.description') + ":"
  = @gateway_header.description

= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @gateway, :child => @gateway_header }