We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893f878 commit 1bcf5eeCopy full SHA for 1bcf5ee
1 file changed
app/views/dashboard/show.html.haml
@@ -73,6 +73,9 @@
73
%h3.h5= date
74
= render workshops
75
76
+ - if @has_more_events
77
+ = link_to 'Explore all events →', events_path, class: 'btn btn-outline-primary mt-3'
78
+
79
.col-lg-4.pl-lg-5
80
%h3
81
= t('homepage.chapters.title')
0 commit comments