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
!16
Turn group week view into general week view.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Turn group week view into general week view.
34-turn-group-week-view-into-general-week-view
into
master
Overview
4
Commits
10
Pipelines
0
Changes
5
Merged
Tom Teichler
requested to merge
34-turn-group-week-view-into-general-week-view
into
master
5 years ago
Overview
4
Commits
10
Pipelines
0
Changes
5
Expand
Closes
#34 (closed)
Edited
5 years ago
by
Tom Teichler
0
0
Merge request reports
Compare
master
version 21
efdddaf6
5 years ago
version 20
e0865aec
5 years ago
version 19
1d486f6d
5 years ago
version 18
e72268cd
5 years ago
version 17
ab7345ad
5 years ago
version 16
e255b49d
5 years ago
version 15
c36b5d8e
5 years ago
version 14
2ba126a7
5 years ago
version 13
fa36b61e
5 years ago
version 12
e6261cd4
5 years ago
version 11
9053aced
5 years ago
version 10
462c9605
5 years ago
version 9
5a203310
5 years ago
version 8
49178b13
5 years ago
version 7
c04fab2a
5 years ago
version 6
e6ccbf3d
5 years ago
version 5
69fe53ee
5 years ago
version 4
f08bbc8a
5 years ago
version 3
2903dac0
5 years ago
version 2
c7ce2dc7
5 years ago
version 1
880f9d8b
5 years ago
master (base)
and
latest version
latest version
26186827
10 commits,
5 years ago
version 21
efdddaf6
9 commits,
5 years ago
version 20
e0865aec
8 commits,
5 years ago
version 19
1d486f6d
7 commits,
5 years ago
version 18
e72268cd
6 commits,
5 years ago
version 17
ab7345ad
5 commits,
5 years ago
version 16
e255b49d
2 commits,
5 years ago
version 15
c36b5d8e
1 commit,
5 years ago
version 14
2ba126a7
7 commits,
5 years ago
version 13
fa36b61e
6 commits,
5 years ago
version 12
e6261cd4
5 commits,
5 years ago
version 11
9053aced
4 commits,
5 years ago
version 10
462c9605
3 commits,
5 years ago
version 9
5a203310
2 commits,
5 years ago
version 8
49178b13
1 commit,
5 years ago
version 7
c04fab2a
5 commits,
5 years ago
version 6
e6ccbf3d
4 commits,
5 years ago
version 5
69fe53ee
3 commits,
5 years ago
version 4
f08bbc8a
3 commits,
5 years ago
version 3
2903dac0
3 commits,
5 years ago
version 2
c7ce2dc7
2 commits,
5 years ago
version 1
880f9d8b
1 commit,
5 years ago
5 files
+
51
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
biscuit/apps/alsijil/templates/alsijil/
group_week
.html
→
biscuit/apps/alsijil/templates/alsijil/
week_view
.html
+
2
−
2
Options
@@ -22,7 +22,7 @@
{% endif %}
</div>
{% if group %}
{% if group
or teacher or room
%}
<div
class=
"row"
>
<div
class=
"col-md-7"
>
<div
class=
"card"
>
@@ -115,7 +115,7 @@
<div
class=
"card-body"
>
<p>
{% blocktrans %}
You must select a group to see the week summary.
You must select a group
, a teacher or a room
to see the week summary.
{% endblocktrans %}
</p>
</div>
Loading