Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
8e6e1372
Commit
8e6e1372
authored
Oct 19, 2018
by
Sébastiaan Versteeg
Committed by
Thom Wiggers
Oct 21, 2018
Browse files
Diversify icons for calendar exports
parent
d29e7378
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/events/templates/events/index.html
View file @
8e6e1372
...
...
@@ -25,7 +25,7 @@
data-placement=
"top"
title=
"{% trans 'iCal feed (all events)' %}"
>
<i
class=
"fas fa-calendar"
></i>
<i
class=
"fas fa-calendar
-alt
"
></i>
</a>
{% if request.user.is_authenticated %}
<a
href=
"{% url 'events:ical-'|add:LANGUAGE_CODE %}?u={% personal_feed %}"
...
...
@@ -35,7 +35,7 @@
class=
"btn btn-primary btn-second"
title=
"{% trans 'iCal feed (personal)' %}"
>
<i
class=
"fas fa-calendar"
></i>
<i
class=
"fas fa-calendar
-check
"
></i>
</a>
{% endif %}
</h1>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment