diff options
Diffstat (limited to 'app/views/routes')
| -rw-r--r-- | app/views/routes/show.html.slim | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/app/views/routes/show.html.slim b/app/views/routes/show.html.slim index 1e3fac723..a21b5ec8a 100644 --- a/app/views/routes/show.html.slim +++ b/app/views/routes/show.html.slim @@ -41,7 +41,10 @@                ), \                TableBuilderHelper::Column.new( \                  key: :name, \ -                attribute: Proc.new {|s| s.try(:stop_area).try(:name)} \ +                attribute: Proc.new {|s| s.try(:stop_area).try(:name)}, \ +                link_to: lambda do |stop_point| \ +                  referential_stop_area_path(@referential, stop_point.stop_area) \ +                end \                ), \                TableBuilderHelper::Column.new( \                  key: :deleted_at, \ | 
