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

%p
  %strong= t('gateways.show.name') + ":"
  = @gateway.name
%p
  %strong= t('gateways.show.technology') + ":"
  = @gateway.technology
%p
  %strong= t('gateways.show.inbound') + ":"
  = @gateway.inbound
%p
  %strong= t('gateways.show.outbound') + ":"
  = @gateway.outbound
%p
  %strong= t('gateways.show.description') + ":"
  = @gateway.description

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