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

Fix icons

parent c11e0f22
No related branches found
No related tags found
1 merge request!88Resolve "Check (responsive) design"
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% now_datetime as now_dt %} {% now_datetime as now_dt %}
{% if period.has_documentation %} {% if period.has_documentation %}
<i class="material-icons green-text tooltipped {{ css_class }}" data-position="bottom" data-tooltip="{% trans "Data complete" %}" title="{% trans "Data complete" %}">check_circle</i> <i class="material-icons green{% firstof color_suffix "-text"%} tooltipped {{ css_class }}" data-position="bottom" data-tooltip="{% trans "Data complete" %}" title="{% trans "Data complete" %}">check_circle</i>
{% else %} {% else %}
{% period_to_time_start week period.period as time_start %} {% period_to_time_start week period.period as time_start %}
{% period_to_time_end week period.period as time_end %} {% period_to_time_end week period.period as time_end %}
......
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