Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roman Karwacik
website
Commits
90f0cca2
Commit
90f0cca2
authored
8 years ago
by
Andreas Valder
Browse files
Options
Downloads
Patches
Plain Diff
closes #91
parent
a5d75bd4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
templates/course.html
+1
-1
1 addition, 1 deletion
templates/course.html
templates/courses.html
+1
-1
1 addition, 1 deletion
templates/courses.html
templates/index.html
+1
-1
1 addition, 1 deletion
templates/index.html
with
3 additions
and
3 deletions
templates/course.html
+
1
−
1
View file @
90f0cca2
...
...
@@ -51,7 +51,7 @@
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<h1
class=
"panel-title"
>
Videos{% if ismod() %}
<a
class=
"btn btn-default"
style=
"margin-right: 5px;"
href=
"{{ url_for('create', table='lectures', time=datetime.now(), title='Noch kein Titel', visible='0', course_id=course.id, ref=request.url, _csrf_token=session['_csrf_token']) }}"
>
Neuer Termin
</a><a
class=
"btn btn-default"
style=
"margin-right: 5px;"
href=
"{{url_for('import_from', id=course['id'])}}"
>
Campus Import
</a>
{% endif %}
<a
class=
"fa fa-rss-square pull-right"
aria-hidden=
"true"
href=
"{{url_for('feed', handle=course.handle)}}"
></a>
</h1>
<h1
class=
"panel-title"
>
Videos{% if ismod() %}
<a
class=
"btn btn-default"
style=
"margin-right: 5px;"
href=
"{{ url_for('create', table='lectures', time=datetime.now(), title='Noch kein Titel', visible='0', course_id=course.id, ref=request.url, _csrf_token=session['_csrf_token']) }}"
>
Neuer Termin
</a><a
class=
"btn btn-default"
style=
"margin-right: 5px;"
href=
"{{url_for('import_from', id=course['id'])}}"
>
Campus Import
</a>
{% endif %}
<a
class=
"fa fa-rss-square pull-right"
aria-hidden=
"true"
href=
"{{url_for('feed', handle=course.handle)}}"
style=
"text-decoration: none"
></a>
</h1>
</div>
<ul
class=
"list-group lectureslist"
>
{% for l in lectures %}
...
...
This diff is collapsed.
Click to expand it.
templates/courses.html
+
1
−
1
View file @
90f0cca2
...
...
@@ -5,7 +5,7 @@
<div
class=
"col-xs-12"
style=
"padding: 0px;"
>
<ul
class=
"list-inline pull-right"
>
<li>
<a
class=
"fa fa-rss-square btn btn-default"
aria-hidden=
"true"
href=
"{{url_for('courses_feed')}}"
></a>
<a
class=
"fa fa-rss-square btn btn-default"
aria-hidden=
"true"
href=
"{{url_for('courses_feed')}}"
style=
"text-decoration: none"
></a>
</li>
{% if ismod() %}
<li>
...
...
This diff is collapsed.
Click to expand it.
templates/index.html
+
1
−
1
View file @
90f0cca2
...
...
@@ -152,7 +152,7 @@
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<h1
class=
"panel-title"
>
Neueste Videos
<a
class=
"fa fa-rss-square pull-right"
aria-hidden=
"true"
href=
"{{url_for('feed')}}"
></a></h1
"
>
<h1
class=
"panel-title"
>
Neueste Videos
<a
class=
"fa fa-rss-square pull-right"
aria-hidden=
"true"
href=
"{{url_for('feed')}}"
style=
"text-decoration: none"
></a></h1
"
>
</div>
<ul
class=
"list-group videopreview"
>
{% for i in latestvideos %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment