Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Commits
cccf3fc9
Verified
Commit
cccf3fc9
authored
5 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Include extra stylesheets for quick launch
parent
60576ae5
No related branches found
Branches containing commit
No related tags found
1 merge request
!31
Biscuit merge. Closes #53.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/chronos/templates/chronos/quicklaunch.html
+11
-9
11 additions, 9 deletions
aleksis/apps/chronos/templates/chronos/quicklaunch.html
with
11 additions
and
9 deletions
aleksis/apps/chronos/templates/chronos/quicklaunch.html
+
11
−
9
View file @
cccf3fc9
...
...
@@ -2,12 +2,14 @@
{% load i18n %}
<style
type=
"text/css"
>
{
#
TODO
:
Have
to
be
moved
to
head
if
there
is
a
block
header
in
core
#
}
.btn-timetable-quicklaunch
{
margin
:
1%
;
width
:
30%
;
}
</style>
{% block extra_head %}
<style
type=
"text/css"
>
.btn-timetable-quicklaunch
{
margin
:
1%
;
width
:
30%
;
}
</style>
{% endblock %}
{% block page_title %}{% trans "All timetables" %}{% endblock %}
...
...
@@ -17,7 +19,7 @@
<h5>
{% trans "Teachers" %}
</h5>
{% for teacher in teachers %}
<a
class=
"waves-effect waves-light btn btn-timetable-quicklaunch"
<a
class=
"waves-effect waves-light btn btn-timetable-quicklaunch
primary
"
href=
"{% url 'timetable' 'teacher' teacher.pk %}"
>
{{ teacher.short_name }}
</a>
...
...
@@ -28,7 +30,7 @@
<h5>
{% trans "Classes" %}
</h5>
{% for class in classes %}
<a
class=
"waves-effect waves-light btn btn-timetable-quicklaunch"
<a
class=
"waves-effect waves-light btn btn-timetable-quicklaunch
primary
"
href=
"{% url 'timetable' 'group' class.id %}"
>
{{ class.short_name }}
</a>
...
...
@@ -39,7 +41,7 @@
<h5>
{% trans "Rooms" %}
</h5>
{% for room in rooms %}
<a
class=
"waves-effect waves-light btn btn-timetable-quicklaunch"
<a
class=
"waves-effect waves-light btn btn-timetable-quicklaunch
primary
"
href=
"{% url 'timetable' 'room' room.id %}"
>
{{ room.short_name }}
</a>
...
...
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