diff options
| author | Xinhui | 2017-12-01 14:12:26 +0100 |
|---|---|---|
| committer | Xinhui | 2017-12-01 14:25:37 +0100 |
| commit | 80e13f1a75e98f7ab2e2999fe0c15d7fb8bcaf18 (patch) | |
| tree | 4c904a7c9184ed12bea0314a495ff637bc55661a | |
| parent | c52a7d9597264fd4d3e08a986e29016cd7904f87 (diff) | |
| download | chouette-core-80e13f1a75e98f7ab2e2999fe0c15d7fb8bcaf18.tar.bz2 | |
Fix referential line show action link
| -rw-r--r-- | app/views/referential_lines/show.html.slim | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim index cb4791855..cfba8cab3 100644 --- a/app/views/referential_lines/show.html.slim +++ b/app/views/referential_lines/show.html.slim @@ -1,13 +1,13 @@ - breadcrumb :referential_line, @referential, @line - content_for :page_header_content do -.row - .col-lg-12.text-right.mb-sm - - @line.action_links.each do |link| - = link_to link.href, - method: link.method, - data: link.data, - class: 'btn btn-primary' do - = link.content + .row + .col-lg-12.text-right.mb-sm + - @line.action_links.each do |link| + = link_to link.href, + method: link.method, + data: link.data, + class: 'btn btn-primary' do + = link.content - page_header_content_for @line .page_content |
