diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2022-04-24 14:20:53 +0100 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2022-04-24 14:20:53 +0100 |
commit | a1227e63dce033558ead058e8c91a0928dfceeae (patch) | |
tree | 17ec260c19448d9661febfa79a16d00875cf3bc0 | |
parent | e382e691aa2ef52af5245b6f3279f5cf6c8ed157 (diff) |
fix: Added help text to event group feed URL
-rwxr-xr-x | views/eventgroup.handlebars | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/eventgroup.handlebars b/views/eventgroup.handlebars index d9179d1..25b29d0 100755 --- a/views/eventgroup.handlebars +++ b/views/eventgroup.handlebars @@ -67,6 +67,8 @@ data-clipboard-text="https://{{domain}}/group/{{eventGroupData.id}}/feed.ics"> <i class="fas fa-copy"></i> Copy </button> + <p class="text-muted small">Paste this URL into your calendar app + to subscribe to a live feed of events from this group.</p> </li> </ul> </div> |