Skip to content
Snippets Groups Projects
Commit 4108f2e0 authored by Julian's avatar Julian
Browse files

Mobile view

parent 18fc58ac
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -116,13 +116,16 @@
</div>
{# Show short weekdays on tablets #}
{% for short_week_day in short_week_days %}
{% for day in short_week_days %}
<div class="col s2 hide-on-large-only">
<div class="card timetable-title-card">
<div class="card-content">
<span class="card-title">
{{ short_week_day }}
{{ day.0 }}
</span>
{% if day.1 %}
<span class="badge new blue center-align holiday-badge">{{ day.1.0 }}</span>
{% endif %}
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment