aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/route_sections
diff options
context:
space:
mode:
authorXinhui2017-11-07 15:57:15 +0100
committerXinhui2017-11-07 15:57:15 +0100
commit1f68a5401ff63d568ba8fbecd3c3ab06335f91e7 (patch)
tree1692bf13af31929a2721128c20e9392ff0db3019 /app/views/route_sections
parent27b40099c0b9498710882d44db80df04037a6f84 (diff)
downloadchouette-core-1f68a5401ff63d568ba8fbecd3c3ab06335f91e7.tar.bz2
Add missing breadcrumb on edit page4820_refactoring_breadcrumb
Diffstat (limited to 'app/views/route_sections')
-rw-r--r--app/views/route_sections/edit.html.slim4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/route_sections/edit.html.slim b/app/views/route_sections/edit.html.slim
index 15944fd75..7c95def73 100644
--- a/app/views/route_sections/edit.html.slim
+++ b/app/views/route_sections/edit.html.slim
@@ -1,4 +1,6 @@
+- breadcrumb :referential_route_section, @referential, @route_section
+
= title_tag t('route_sections.edit.title')
= @map.to_html if @map
-== render 'form' \ No newline at end of file
+== render 'form'