diff options
| author | Teddy Wing | 2017-06-15 17:02:47 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-06-15 17:02:47 +0200 |
| commit | 4a67dc49135dc154078181155640a94afbb928f5 (patch) | |
| tree | a6d3e61404cf8b2ff5c02d20354b0542769cccb0 | |
| parent | 97c8cd58c1d3fd684f41135ac1774fac4cc46ea1 (diff) | |
| download | chouette-core-4a67dc49135dc154078181155640a94afbb928f5.tar.bz2 | |
referential_lines/show.html.slim: Remove TODO
I had added this as an idea for how to render these links both here, in
the page header, and in the table gear menu of the preceding page. We've
basically done that now with `TableBuilderHelper`, although in a
slightly different way than I originally imagined, with decorators (like
`ReferentialDecorator#action_links`).
Refs #3479
| -rw-r--r-- | app/views/referential_lines/show.html.slim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim index 5fb1bb125..db99381d3 100644 --- a/app/views/referential_lines/show.html.slim +++ b/app/views/referential_lines/show.html.slim @@ -7,7 +7,6 @@ / Below is secundary actions & optional contents .row .col-lg-12.text-right.mb-sm - / TODO: Make a list of Link objects that can be rendered with link_tos here and in the gear menu = link_to @line.human_attribute_name(:footnotes), referential_line_footnotes_path(@referential, @line), class: 'btn btn-primary' = link_to t('routing_constraint_zones.index.title'), referential_line_routing_constraint_zones_path(@referential, @line), class: 'btn btn-primary' |
