diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-07 13:15:35 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-07 13:15:35 +0100 |
commit | db9dbf03d88cfbd68ce99a242730b9e870339539 (patch) | |
tree | 72947eddcb03f8a6ae6efd79a035bd9e761b4963 /app/views/switchboards/new.html.haml | |
parent | 3e19646f46c772e10ed3d7a45e8c974ab23f625b (diff) |
Added Switchboard scaffold.
Diffstat (limited to 'app/views/switchboards/new.html.haml')
-rw-r--r-- | app/views/switchboards/new.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/switchboards/new.html.haml b/app/views/switchboards/new.html.haml new file mode 100644 index 0000000..9f5918f --- /dev/null +++ b/app/views/switchboards/new.html.haml @@ -0,0 +1,3 @@ +- content_for :title, t("switchboards.new.page_title") + += render "form"
\ No newline at end of file |