diff options
Diffstat (limited to 'app/views/journey_patterns/edit.html.slim')
| -rw-r--r-- | app/views/journey_patterns/edit.html.slim | 3 | 
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 | 
