diff options
| author | Zog | 2018-01-15 16:35:08 +0100 |
|---|---|---|
| committer | Zog | 2018-01-25 17:17:58 +0100 |
| commit | aefa3a507239b57ebdfe9110f3c8c789da6bce26 (patch) | |
| tree | 393522417aec5dc006680e8e5a2f14386adf45ae /app/views/lines | |
| parent | fef78d49bbc89aa41fe043b4035585605e14d389 (diff) | |
| download | chouette-core-aefa3a507239b57ebdfe9110f3c8c789da6bce26.tar.bz2 | |
Refs #5586 @2h; Better implementation of groups
Used it in Lines#index and Lines#show, probably broke everything else
Diffstat (limited to 'app/views/lines')
| -rw-r--r-- | app/views/lines/show.html.slim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/lines/show.html.slim b/app/views/lines/show.html.slim index 1c0578b0b..34b907bdd 100644 --- a/app/views/lines/show.html.slim +++ b/app/views/lines/show.html.slim @@ -1,11 +1,4 @@ - breadcrumb :line, @line -- content_for :page_header_content do - .row - .col-lg-12.text-right.mb-sm - - @line.action_links(:show, :primary).each do |link| - = link.to_html do |l| - - l.class "btn btn-primary #{l.disabled ? "disabled" : ""}" - - page_header_content_for @line .page_content |
