Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jannik Hellenkamp
website
Commits
b164ce7e
Commit
b164ce7e
authored
Jul 27, 2018
by
Julian Rother
Browse files
Updated font-awesome to 5.2
parent
ca71e995
Changes
41
Hide whitespace changes
Inline
Side-by-side
templates/macros.html
View file @
b164ce7e
...
...
@@ -263,7 +263,7 @@ $('#embedcodebtn').popover(
{% if ismod() %}
<li
class=
"pull-right"
>
<button
class=
"btn btn-default"
data-toggle=
"modal"
data-target=
"#editstream"
data-path=
"{{ 'lectures.%i.stream_settings'%lecture.id }}"
data-value=
'{{ lecture.stream_settings|e }}'
>
<span
class=
"
glyphicon glyphicon-transf
er"
></span>
<span
class=
"
fas fa-broadcast-tow
er"
></span>
</button>
</li>
{% endif %}
...
...
@@ -335,7 +335,7 @@ $('#embedcodebtn').popover(
{% set permlogos = '' %}
{% if permdescription[0] == 'public' %}
{% set permlogos = '
<span
class=
"fa fa-globe"
aria-hidden=
"true"
></span>
' %}
{% set permlogos = '
<span
class=
"fa fa-globe
-asia
"
aria-hidden=
"true"
></span>
' %}
{% endif %}
{% if permdescription[0] == 'none' %}
{% set permlogos = '
<span
class=
"fa fa-ban"
aria-hidden=
"true"
></span>
' %}
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
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