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,12 +19,10 @@ ...@@ -19,12 +19,10 @@
- {{ 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 %} <a class="no-style-link" href="{% url "dashboard.views.profile" username=a.user.username %}">
<span title="{{ a.started }}">{{ a.started|arrowfilter:LANGUAGE_CODE }}</span>{% endif %}{% if a.user %}, {% include "dashboard/_display-name.html" with user=a.user show_org=True %}
<a class="no-style-link" href="{% url "dashboard.views.profile" username=a.user.username %}"> </a>
{% include "dashboard/_display-name.html" with user=a.user show_org=True %}
</a>
{% endif %} {% endif %}
{% if a.is_abortable_for_user %} {% if a.is_abortable_for_user %}
<form action="{{ a.instance.get_absolute_url }}" method="POST" class="pull-right"> <form action="{{ a.instance.get_absolute_url }}" method="POST" class="pull-right">
......
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