aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/lines
diff options
context:
space:
mode:
authorXinhui2017-11-07 15:57:15 +0100
committerXinhui2017-11-07 15:57:15 +0100
commit1f68a5401ff63d568ba8fbecd3c3ab06335f91e7 (patch)
tree1692bf13af31929a2721128c20e9392ff0db3019 /app/views/lines
parent27b40099c0b9498710882d44db80df04037a6f84 (diff)
downloadchouette-core-1f68a5401ff63d568ba8fbecd3c3ab06335f91e7.tar.bz2
Add missing breadcrumb on edit page4820_refactoring_breadcrumb
Diffstat (limited to 'app/views/lines')
-rw-r--r--app/views/lines/edit.html.slim4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/lines/edit.html.slim b/app/views/lines/edit.html.slim
index 0036d023b..3c2eee03f 100644
--- a/app/views/lines/edit.html.slim
+++ b/app/views/lines/edit.html.slim
@@ -1,3 +1,5 @@
+- breadcrumb :line, @line
+
= title_tag t('lines.edit.title', line: @line.name)
-= render 'form' \ No newline at end of file
+= render 'form'