зеркало из https://github.com/mozilla/CSOL-site.git
Fixing stupid mistakes
This commit is contained in:
Родитель
b672bfbe8e
Коммит
563b5961ab
|
@ -22,7 +22,7 @@
|
|||
{% for current in dependants %}
|
||||
<h3>{{ current.getDisplayName() }}'s recent activity</h3>
|
||||
{% if current.activities.length %}
|
||||
<ul class="activity thumbnails">
|
||||
<ul class="activities thumbnails">
|
||||
{% for activity in current.activities %}
|
||||
<li class="span3">
|
||||
{% include "includes/learner-activity.html" %}
|
||||
|
@ -32,7 +32,7 @@
|
|||
{% else %}
|
||||
<p>{{ current.getDisplayName() }} does not have any recent activity.</p>
|
||||
{% endif %}
|
||||
<p class="text-right"><a href="/dashboard/{{ dependant.username }}" class="btn">See all activity »</a></p>
|
||||
<p class="text-right"><a href="/dashboard/{{ current.username }}" class="btn">See all activity »</a></p>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
Загрузка…
Ссылка в новой задаче