diff options
| author | Teddy Wing | 2018-01-24 13:25:28 +0100 |
|---|---|---|
| committer | Zog | 2018-01-25 17:18:01 +0100 |
| commit | 8957ab3e9b28e7548d3a4028308558bec1403c33 (patch) | |
| tree | aa7aa34c6c905c3817c34ede8aa59c5db3a75901 /app/views/referential_lines | |
| parent | 766dd36e253cfe00f0cec96e7fa55687428b0f2a (diff) | |
| download | chouette-core-8957ab3e9b28e7548d3a4028308558bec1403c33.tar.bz2 | |
ReferentialLineDecorator: Convert action links to new interface
Refs #5586
Diffstat (limited to 'app/views/referential_lines')
| -rw-r--r-- | app/views/referential_lines/show.html.slim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim index 70f4048b3..02d605d8c 100644 --- a/app/views/referential_lines/show.html.slim +++ b/app/views/referential_lines/show.html.slim @@ -1,13 +1,4 @@ - 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 - page_header_content_for @line .page_content |
