Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
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-Alsijil
Merge requests
!7
Save group in url when changing week. Closes
#21
.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Save group in url when changing week. Closes
#21
.
issue21
into
master
Overview
2
Commits
1
Pipelines
0
Changes
1
All threads resolved!
Show all comments
Merged
Tom Teichler
requested to merge
issue21
into
master
5 years ago
Overview
2
Commits
1
Pipelines
0
Changes
1
All threads resolved!
Show all comments
Expand
0
0
Merge request reports
Compare
master
version 1
ebb65f1d
5 years ago
master (base)
and
version 1
latest version
9e819c1d
1 commit,
5 years ago
version 1
ebb65f1d
1 commit,
5 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
biscuit/apps/alsijil/templates/alsijil/group_week.html
+
2
−
2
Options
@@ -24,10 +24,10 @@
<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 %}"
class=
"btn btn-secondary"
>
<a
href=
"{% url 'group_week_by_week' week_prev %}
?group={{ group.id }}
"
class=
"btn btn-secondary"
>
{% fa 'arrow-left' %}
</a>
<a
href=
"{% url 'group_week_by_week' week_next %}"
class=
"btn btn-secondary"
>
<a
href=
"{% url 'group_week_by_week' week_next %}
?group={{ group. id}}
"
class=
"btn btn-secondary"
>
{% fa 'arrow-right' %}
</a>
</div>
Loading