summaryrefslogtreecommitdiff
path: root/app/views/gateway_headers/show.html.haml
blob: 4f1af49d4a0d96b4fb580a4599f0940decb39ebd (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.gateway') + ":"
  = @gateway_header.gateway
%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

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