From f7bdfab32a165742c29cf687af0c28531f871706 Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Sat, 3 Aug 2013 11:27:50 +0200 Subject: gateway_headers views added --- app/views/gateway_headers/index.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/views/gateway_headers/index.html.haml (limited to 'app/views/gateway_headers/index.html.haml') diff --git a/app/views/gateway_headers/index.html.haml b/app/views/gateway_headers/index.html.haml new file mode 100644 index 0000000..8760b5e --- /dev/null +++ b/app/views/gateway_headers/index.html.haml @@ -0,0 +1,6 @@ +- content_for :title, t("gateway_headers.index.page_title") + +- if @gateway_headers && @gateway_headers.count > 0 + = render "index_core", :gateway_headers => @gateway_headers + += render :partial => 'shared/create_link', :locals => {:parent => @gateway, :child_class => GatewayHeader} \ No newline at end of file -- cgit v1.2.3