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
!80
Resolve "Add student view with further information"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add student view with further information"
93-add-students-list-and-view-with-further-information
into
master
Overview
7
Commits
11
Pipelines
5
Changes
9
2 unresolved threads
Hide all comments
Merged
Jonathan Weth
requested to merge
93-add-students-list-and-view-with-further-information
into
master
4 years ago
Overview
7
Commits
11
Pipelines
5
Changes
5
2 unresolved threads
Hide all comments
Expand
Closes
#93 (closed)
Closes
#92 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Compare
version 5
version 5
2ef14bf4
4 years ago
version 4
0e436334
4 years ago
version 3
f85f91b5
4 years ago
version 2
f85f91b5
4 years ago
version 1
f85f91b5
4 years ago
master (base)
and
latest version
latest version
71bf7438
11 commits,
4 years ago
version 5
2ef14bf4
9 commits,
4 years ago
version 4
0e436334
7 commits,
4 years ago
version 3
f85f91b5
1 commit,
4 years ago
version 2
f85f91b5
1 commit,
4 years ago
version 1
f85f91b5
1 commit,
4 years ago
Show latest version
5 files
+
52
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/alsijil/templates/alsijil/class_register/person.html
+
1
−
1
Options
@@ -48,7 +48,7 @@
</li>
{% endfor %}
</ul>
<h5>
{% trans "Statistics on absences, tardiness
es
and remarks" %}
</h5>
<h5>
{% trans "Statistics on absences, tardiness and remarks" %}
</h5>
<ul
class=
"collapsible"
>
{% for school_term, stat in stats %}
<li
{%
if
forloop.first
%}
class=
"active"
{%
endif
%}
>
Loading