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
Commits
b8a94260
Verified
Commit
b8a94260
authored
3 years ago
by
Julian
Committed by
Jonathan Weth
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update widget alert to the new syntax
(cherry picked from commit
40fc5082
)
parent
469733fa
No related branches found
Branches containing commit
No related tags found
1 merge request
!188
Prepare release 2.0rc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/chronos/templates/chronos/widget.html
+6
-8
6 additions, 8 deletions
aleksis/apps/chronos/templates/chronos/widget.html
with
6 additions
and
8 deletions
aleksis/apps/chronos/templates/chronos/widget.html
+
6
−
8
View file @
b8a94260
...
...
@@ -13,14 +13,12 @@
{% if has_plan %}
{% include "chronos/partials/lessons_col.html" with lesson_periods=lesson_periods %}
{% else %}
<div
class=
"alert warning"
>
<p>
<i
class=
"material-icons left"
>
info
</i>
{% blocktrans %}
There is no timetable linked to your person.
{% endblocktrans %}
</p>
</div>
<figure
class=
"alert warning"
>
<i
class=
"material-icons left"
>
info
</i>
{% blocktrans %}
There is no timetable linked to your person.
{% endblocktrans %}
</figure>
{% endif %}
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment