Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
17
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-Alsijil
Commits
072d0cda
Verified
Commit
072d0cda
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Move buttons to right place.
parent
9c478b28
Branches
fix-buttons
No related tags found
1 merge request
!9
Move buttons to right place.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
biscuit/apps/alsijil/templates/alsijil/group_week.html
+8
-8
8 additions, 8 deletions
biscuit/apps/alsijil/templates/alsijil/group_week.html
with
8 additions
and
8 deletions
biscuit/apps/alsijil/templates/alsijil/group_week.html
+
8
−
8
View file @
072d0cda
...
...
@@ -7,6 +7,14 @@
{% block page_title %}
{% blocktrans %}Week{% endblocktrans %} {{ week }} ({{ week|week_start }} - {{ week|week_end }}), {{ group.name }}
<div
class=
"btn-group"
role=
"group"
aria-label=
"Week actions"
>
<a
href=
"{% url 'group_week_by_week' week_prev %}?{{ request.GET.urlencode }}"
class=
"btn btn-secondary"
>
{% fa 'arrow-left' %}
</a>
<a
href=
"{% url 'group_week_by_week' week_next %}?{{ request.GET.urlencode }}"
class=
"btn btn-secondary"
>
{% fa 'arrow-right' %}
</a>
</div>
{% endblock %}
{% block content %}
...
...
@@ -25,14 +33,6 @@
<div
class=
"card"
>
<div
class=
"card-header bg-light text-dark"
>
{% blocktrans %}Lessons{% endblocktrans %}
<div
class=
"btn-group"
role=
"group"
aria-label=
"Week actions"
>
<a
href=
"{% url 'group_week_by_week' week_prev %}?{{ request.GET.urlencode }}"
class=
"btn btn-secondary"
>
{% fa 'arrow-left' %}
</a>
<a
href=
"{% url 'group_week_by_week' week_next %}?{{ request.GET.urlencode }}"
class=
"btn btn-secondary"
>
{% fa 'arrow-right' %}
</a>
</div>
</div>
<div
class=
"card-body"
>
{% regroup lesson_periods by period.get_weekday_display as periods_by_day %}
...
...
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