summaryrefslogtreecommitdiff
path: root/app/views/gateways/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/gateways/show.html.haml')
-rw-r--r--app/views/gateways/show.html.haml19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/views/gateways/show.html.haml b/app/views/gateways/show.html.haml
new file mode 100644
index 0000000..c9942dd
--- /dev/null
+++ b/app/views/gateways/show.html.haml
@@ -0,0 +1,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 } \ No newline at end of file