Commit 8b317f44 by Kálmán Viktor

dashboard: arrow fixes

parent 6e51a275
...@@ -37,8 +37,8 @@ class HungarianLocale(locales.Locale): ...@@ -37,8 +37,8 @@ class HungarianLocale(locales.Locale):
'hour': {'past': 'egy órával', 'future': 'egy óra'}, 'hour': {'past': 'egy órával', 'future': 'egy óra'},
'hours': {'past': '{0} órával', 'future': '{0} óra'}, 'hours': {'past': '{0} órával', 'future': '{0} óra'},
'day': { 'day': {
'past': 'nappal', 'past': 'egy nappal',
'future': 'nap' 'future': 'egy nap'
}, },
'days': { 'days': {
'past': '{0} nappal', 'past': '{0} nappal',
......
...@@ -19,9 +19,7 @@ ...@@ -19,9 +19,7 @@
- {{ a.percentage }}% - {{ a.percentage }}%
{% endif %} {% endif %}
</strong> </strong>
{% endspaceless %} {% endspaceless %}{% if a.times < 2 %} <span title="{{ a.started }}">{{ a.started|arrowfilter:LANGUAGE_CODE }}</span>{% endif %}{% if a.user %},
{% if a.times < 2 %}
<span title="{{ a.started }}">{{ a.started|arrowfilter:LANGUAGE_CODE }}</span>{% endif %}{% if a.user %},
<a class="no-style-link" href="{% url "dashboard.views.profile" username=a.user.username %}"> <a class="no-style-link" href="{% url "dashboard.views.profile" username=a.user.username %}">
{% include "dashboard/_display-name.html" with user=a.user show_org=True %} {% include "dashboard/_display-name.html" with user=a.user show_org=True %}
</a> </a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment