diff options
| author | Xinhui | 2017-10-19 17:00:17 +0200 |
|---|---|---|
| committer | Xinhui | 2017-10-19 17:00:58 +0200 |
| commit | 5d9793a52fcdf3009e247eeaace4cdd31f33b45a (patch) | |
| tree | 9573a63b3270028a29873d9b08c472da6b23bccd /app/views/lines | |
| parent | a8f4fbe9d16984fbdf2cd769b7abe4f442b56688 (diff) | |
| download | chouette-core-5d9793a52fcdf3009e247eeaace4cdd31f33b45a.tar.bz2 | |
Breadcrumb for lines - networks
Diffstat (limited to 'app/views/lines')
| -rw-r--r-- | app/views/lines/index.html.slim | 1 | ||||
| -rw-r--r-- | app/views/lines/new.html.slim | 4 | ||||
| -rw-r--r-- | app/views/lines/show.html.slim | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim index 87c3a69e7..7e3e1cc85 100644 --- a/app/views/lines/index.html.slim +++ b/app/views/lines/index.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :lines, @line_referential / PageHeader = pageheader 'ligne', t('lines.index.title'), diff --git a/app/views/lines/new.html.slim b/app/views/lines/new.html.slim index 56da24d7c..f09a4b4aa 100644 --- a/app/views/lines/new.html.slim +++ b/app/views/lines/new.html.slim @@ -1,3 +1,5 @@ +- breadcrumb :lines, @line_referential + = title_tag t('lines.new.title') -= render 'form'
\ No newline at end of file += render 'form' diff --git a/app/views/lines/show.html.slim b/app/views/lines/show.html.slim index b16b6472a..d8f236ecc 100644 --- a/app/views/lines/show.html.slim +++ b/app/views/lines/show.html.slim @@ -1,3 +1,4 @@ +- breadcrumb :line, @line / PageHeader = pageheader 'ligne', @line.name, |
