aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorTeddy Wing2017-08-07 12:19:04 +0200
committerRobert2017-08-11 10:03:46 +0200
commit33d5b92305e063e52500ff17a75a5bfb7fe98043 (patch)
tree70f3be3c128d48933e51d4328d4d10cbb103756d /app
parentd4353b2edc764350befcc28a26ce1d9a774e3de2 (diff)
downloadchouette-core-33d5b92305e063e52500ff17a75a5bfb7fe98043.tar.bz2
Add views/routes/duplicate.html.slim
Duplicate of new.html.slim for now just to get the page working. Refs #4189
Diffstat (limited to 'app')
-rw-r--r--app/views/routes/duplicate.html.slim9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/routes/duplicate.html.slim b/app/views/routes/duplicate.html.slim
new file mode 100644
index 000000000..a5947049d
--- /dev/null
+++ b/app/views/routes/duplicate.html.slim
@@ -0,0 +1,9 @@
+= pageheader 'map-marker',
+ t('routes.new.title'),
+ ''
+
+.page_content
+ .container-fluid
+ .row
+ .col-lg-8.col-lg-offset-2.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1
+ == render 'form'