Skip to content
Snippets Groups Projects
Commit ac14107d authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '118-fix-circle-icons' into 'master'

Resolve "Fix circle icons"

Closes #118

See merge request !114
parents afc2c71c d821f161
No related branches found
No related tags found
1 merge request!114Resolve "Fix circle icons"
Pipeline #4956 passed
......@@ -74,7 +74,7 @@
</li>
{% empty %}
<li class="collection-item avatar valign-wrapper">
<i class="material-icons left circle green white-text">check</i>
<i class="material-icons left materialize-circle green white-text">check</i>
<span class="title">{% trans "There are no unexcused lessons." %}</span>
</li>
{% endfor %}
......
......@@ -157,7 +157,7 @@
{% if can_view_lesson_documentation %}
<a class="collection-item avatar"
href="{% url 'lesson_by_week_and_period' week.year week.week period.id %}">
{% include "alsijil/partials/lesson_status_icon.html" with period=period css_class="circle" color_suffix=" " %}
{% include "alsijil/partials/lesson_status_icon.html" with period=period css_class="materialize-circle" color_suffix=" " %}
<table class="hide-on-med-and-down">
<tr>
<th>{% trans "Subject" %}</th>
......
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