diff options
| author | Zog | 2018-05-31 14:02:22 +0200 |
|---|---|---|
| committer | Zog | 2018-05-31 14:02:22 +0200 |
| commit | bd865f2ef88ccb6def1364149b742a49394187bb (patch) | |
| tree | 66643eb3b84455158c1174cb2ec3e58929f82234 /app/views | |
| parent | 868222a77361068a84eb31a2878b77d275f45df8 (diff) | |
| download | chouette-core-7161-spring-cleaning.tar.bz2 | |
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/stop_points/_stop_point.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_points/_stop_point.html.slim b/app/views/stop_points/_stop_point.html.slim index e54158cef..5e87a776e 100644 --- a/app/views/stop_points/_stop_point.html.slim +++ b/app/views/stop_points/_stop_point.html.slim @@ -2,7 +2,7 @@ .panel-heading .panel-title.clearfix h5 - = link_to [@referential, stop_point.stop_area], class: "preview", title: "#{Chouette::StopArea.model_name.human.capitalize} #{stop_point.stop_area.name}" do + = link_to [stop_point.stop_area.referential, stop_point.stop_area], class: "preview", title: "#{Chouette::StopArea.model_name.human.capitalize} #{stop_point.stop_area.name}" do span.name span.label.label-primary = stop_point.position + 1 = image_tag "map/" + stop_point.stop_area.area_type + ".png" |
