diff options
author | Peter Kozak <spag@golwen.net> | 2013-01-13 16:36:51 +0000 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-01-13 16:36:51 +0000 |
commit | f48e68fbf5889a837cb4f7442e39997eea94511c (patch) | |
tree | c5ff57757a2872b39fe13ce0f08974d36bc9d34f /app/views/gateways/new.html.haml | |
parent | 3bc87f6b2e7563e1e22e3976e11db20d040ba18e (diff) |
gateway views
Diffstat (limited to 'app/views/gateways/new.html.haml')
-rw-r--r-- | app/views/gateways/new.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/gateways/new.html.haml b/app/views/gateways/new.html.haml new file mode 100644 index 0000000..a2609f3 --- /dev/null +++ b/app/views/gateways/new.html.haml @@ -0,0 +1,3 @@ +- title t("gateways.new.page_title") + += render "form"
\ No newline at end of file |