Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
84
Issues
84
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Video AG Infrastruktur
website
Commits
e8f0a984
Unverified
Commit
e8f0a984
authored
Jul 10, 2019
by
Andreas Valder
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'foo' into HEAD
parents
678c9d53
a3154798
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/macros.html
templates/macros.html
+1
-1
No files found.
templates/macros.html
View file @
e8f0a984
...
...
@@ -212,7 +212,7 @@ $('#embedcodebtn').popover(
<div
class=
"row"
>
{% if ismod() or (videos|length > 0) %}
<div
style=
"background-image: url('{{ config.VIDEOPREFIX }}/thumbnail/l_{{lecture.id}}.jpg')"
class=
"col-sm-2 col-xs-12 thumbnailimg"
>
{% if
not videos|length is equalto 0
%}
{% if
(not videos|length is equalto 0) or ismod()
%}
<a
href=
"{{url_for('lecture', course=lecture.course.handle, id=lecture.id)}}"
>
<span
class=
"glyphicon glyphicon-play-circle playpreviewbtn"
></span>
</a>
...
...
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