aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/journey_patterns/edit.html.slim
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/journey_patterns/edit.html.slim')
-rw-r--r--app/views/journey_patterns/edit.html.slim3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/journey_patterns/edit.html.slim b/app/views/journey_patterns/edit.html.slim
new file mode 100644
index 000000000..5c5aed5ad
--- /dev/null
+++ b/app/views/journey_patterns/edit.html.slim
@@ -0,0 +1,3 @@
+= title_tag t('journey_patterns.edit.title', journey_pattern: @journey_pattern.name )
+
+= render 'form' \ No newline at end of file