aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/lines
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/lines')
-rw-r--r--app/views/lines/index.html.slim5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim
index e4a29b182..dda5afd44 100644
--- a/app/views/lines/index.html.slim
+++ b/app/views/lines/index.html.slim
@@ -29,7 +29,10 @@
), \
TableBuilderHelper::Column.new( \
key: :name, \
- attribute: 'name' \
+ attribute: 'name', \
+ link_to: lambda do |line| \
+ line_referential_line_path(@line_referential, line) \
+ end \
), \
TableBuilderHelper::Column.new( \
key: :deactivated, \