aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/lines
diff options
context:
space:
mode:
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'