diff options
| author | Raphael Kabo <mail@raphaelkabo.com> | 2022-04-24 14:14:46 +0100 | 
|---|---|---|
| committer | Raphael Kabo <mail@raphaelkabo.com> | 2022-04-24 14:14:46 +0100 | 
| commit | e382e691aa2ef52af5245b6f3279f5cf6c8ed157 (patch) | |
| tree | 1ef476d26b3fe8753e13495f478afbaaa9c3f738 /views/event.handlebars | |
| parent | 0bf9e7d921a8725cc56e0741022a7510a3b025ce (diff) | |
fix: Debug ICS feed frontend display
Diffstat (limited to 'views/event.handlebars')
| -rwxr-xr-x | views/event.handlebars | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/views/event.handlebars b/views/event.handlebars index 6f13c38..1a3fb17 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -66,7 +66,7 @@              <span class="fa-li">                <i class="fas fa-fw fa-share-square"></i>              </span> -            <a href="https://{{domain}}/{{eventData.id}}">{{domain}}/{{eventData.id}}</a> +            <a href="https://{{domain}}/{{eventData.id}}">https://{{domain}}/{{eventData.id}}</a>              <button type="button" id="copyEventLink" class="eventInformationAction btn btn-outline-secondary btn-sm" data-clipboard-text="https://{{domain}}/{{eventData.id}}">                <i class="fas fa-copy"></i> Copy              </button>  | 
