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
!50
Resolve "Show status icon for every lesson"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Show status icon for every lesson"
63-status-icon
into
master
Overview
1
Commits
2
Pipelines
2
Changes
3
Merged
Jonathan Weth
requested to merge
63-status-icon
into
master
4 years ago
Overview
1
Commits
2
Pipelines
2
Changes
3
Expand
Closes
#63 (closed)
Blocked by
!48 (merged)
0
0
Merge request reports
Compare
master
version 2
3926f0ea
4 years ago
version 1
3926f0ea
4 years ago
master (base)
and
latest version
latest version
329d1a9e
2 commits,
4 years ago
version 2
3926f0ea
1 commit,
4 years ago
version 1
3926f0ea
10 commits,
4 years ago
3 files
+
33
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/alsijil/templates/alsijil/class_register/lesson.html
+
4
−
0
Options
@@ -21,6 +21,10 @@
{% for teacher in lesson_period.get_teachers.all %}
{{ teacher.short_name }}
{% endfor %}
<span
class=
"right"
>
{% include "alsijil/partials/lesson_status_icon.html" with period=lesson_period css_class="medium" %}
</span>
{% endblock %}
{% block content %}
Loading