summaryrefslogtreecommitdiff
path: root/views/event.handlebars
diff options
context:
space:
mode:
authorDarius Kazemi <darius.kazemi@gmail.com>2019-12-11 18:11:09 -0800
committerDarius Kazemi <darius.kazemi@gmail.com>2019-12-11 18:11:09 -0800
commit5faad9ea56dcf2d715c9e11e07490f50115d25bb (patch)
treea9816a1fa77b8784e8a22120a7ae9715e01a8aa8 /views/event.handlebars
parent0c46e2d2d148efb7cfabcf82c12266a8d788f551 (diff)
First pass at federation!
Diffstat (limited to 'views/event.handlebars')
-rwxr-xr-xviews/event.handlebars4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/event.handlebars b/views/event.handlebars
index 4d0cf28..e2529b8 100755
--- a/views/event.handlebars
+++ b/views/event.handlebars
@@ -76,8 +76,8 @@
<span class="fa-li">
<i class="fas fa-fw fa-share-square"></i>
</span>
- <a href="https://gath.io/{{eventData.id}}">gath.io/{{eventData.id}}</a>
- <button type="button" id="copyEventLink" class="eventInformationAction btn btn-outline-secondary btn-sm" data-clipboard-text="https://gath.io/{{eventData.id}}">
+ <a href="https://{{domain}}/{{eventData.id}}">{{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>
</li>