aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/calendars
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/calendars')
-rw-r--r--app/views/calendars/index.html.slim5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/calendars/index.html.slim b/app/views/calendars/index.html.slim
index 757ade89b..1e38786b9 100644
--- a/app/views/calendars/index.html.slim
+++ b/app/views/calendars/index.html.slim
@@ -21,7 +21,10 @@
[ \
TableBuilderHelper::Column.new( \
key: :name, \
- attribute: 'name' \
+ attribute: 'name', \
+ link_to: lambda do |calendar| \
+ calendar_path(calendar) \
+ end \
), \
TableBuilderHelper::Column.new( \
key: :short_name, \