Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
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-Chronos
Merge requests
!103
Show substitution comment on all plans independent of any extra conditions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Show substitution comment on all plans independent of any extra conditions
fix/comment-on-all-timetables
into
master
Overview
5
Commits
1
Pipelines
1
Changes
1
2 unresolved threads
Hide all comments
Merged
Jonathan Weth
requested to merge
fix/comment-on-all-timetables
into
master
4 years ago
Overview
5
Commits
1
Pipelines
1
Changes
1
2 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
443e5452
4 years ago
master (base)
and
latest version
latest version
443e5452
1 commit,
4 years ago
version 1
443e5452
1 commit,
4 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
aleksis/apps/chronos/templates/chronos/partials/lesson.html
+
3
−
3
Options
@@ -52,11 +52,11 @@
{% endif %}
{#
When it isn't a room or the old plan, then d
isplay the
extra tex
t (e. g. work orders) #}
{% if
not lesson_period.room == lesson_period.get_room and lesson_period.get_room != el and
sub.comment %}
{#
D
isplay the
commen
t (e. g. work orders) #}
{% if sub.comment %}
<br>
<small>
<em>
{{
lesson_period.get_substitution
.comment }}
</em>
<em>
{{
sub
.comment }}
</em>
</small>
{% endif %}
{% endwith %}
Loading