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
40fc5082
Commit
40fc5082
authored
3 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Update widget alert to the new syntax
parent
ab84e719
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!184
Resolve "Use correct semantic html elements"
Pipeline
#17149
passed
3 years ago
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Changes
1
Pipelines
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 @
40fc5082
...
...
@@ -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.
Julian
@ZugBahnHof
mentioned in commit
b8a94260
·
3 years ago
mentioned in commit
b8a94260
mentioned in commit b8a942600df246d3451cf3bf39d27d98bbfd2643
Toggle commit list
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