Show the iCal sharing link instead of directly open it (references #141)

This commit is contained in:
Bernd Bestel
2019-03-05 19:36:14 +01:00
parent 4932b9c6d2
commit fcdeda91d9
4 changed files with 12 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
<h1>
@yield('title')
<a id="ical-button" class="btn btn-outline-dark" href="#">
<i class="fas fa-calendar-plus"></i>&nbsp;{{ $L('Export as iCal') }}
<i class="fas fa-calendar-plus"></i>&nbsp;{{ $L('Share/Integrate calendar (iCal)') }}
</a>
</h1>
</div>