diff options
Diffstat (limited to 'app/views/access_links/edit.html.slim')
| -rw-r--r-- | app/views/access_links/edit.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/access_links/edit.html.slim b/app/views/access_links/edit.html.slim index ca9cfb47f..c25f46432 100644 --- a/app/views/access_links/edit.html.slim +++ b/app/views/access_links/edit.html.slim @@ -1,2 +1,2 @@ = title_tag t("access_links.edit.title_#{@orientation}", access_point: @access_point.name, stop_area: @stop_area.name ) -= render "form"
\ No newline at end of file += render 'form'
\ No newline at end of file |
