diff options
Diffstat (limited to 'app/views/route_sections/new.html.erb')
| -rw-r--r-- | app/views/route_sections/new.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/route_sections/new.html.erb b/app/views/route_sections/new.html.erb new file mode 100644 index 000000000..1ff3c74d0 --- /dev/null +++ b/app/views/route_sections/new.html.erb @@ -0,0 +1,3 @@ +<%= title_tag t('route_sections.new.title') %> + +<%= render "form" %> |
