Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
2d60cfa8
Commit
2d60cfa8
authored
May 20, 2017
by
Andreas Valder
Browse files
added arrwo to lecture page link "Zur Veranstaltungsseite", closes
#124
parent
4275361f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/lecture.html
View file @
2d60cfa8
...
...
@@ -25,7 +25,7 @@
<div
class=
"panel-body"
>
<div
class=
"row"
style=
"padding: 0px;"
>
<div
class=
"col-xs-12"
style=
"padding-bottom: 5px;"
>
<a
href=
"{{url_for('course', handle=course.handle)}}#lecture-{{lecture.id}}"
class=
"btn btn-default"
>
Zur Veranstaltungsseite
</a>
<a
href=
"{{url_for('course', handle=course.handle)}}#lecture-{{lecture.id}}"
class=
"btn btn-default"
>
<span
class=
"fa fa-chevron-circle-left"
aria-hidden=
"true"
></span>
Zur Veranstaltungsseite
</a>
<ul
class=
"list-inline pull-right"
>
<li>
{{ video_embed_btn(lecture.id, course=course.handle) }}
</li>
<li
class=
"dropdown"
>
{{ video_download_btn(videos) }}
</li>
...
...
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