Skip to content

Commit

Permalink
DigitalCampus#302: Added link to user's activity page in each row
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoseba committed May 4, 2016
1 parent 4603871 commit 0862073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oppia/templates/oppia/profile/list/row-user-default.html
Expand Up @@ -3,7 +3,7 @@

<tr id="{{ user.username }}">
<td class="col-xs-7 col-sm-7 ">{% if OPPIA_SHOW_GRAVATARS %} {{ user|gravatar:24 }} {% endif %}
{{ user.first_name }} {{ user.last_name }}
<a href="{% url 'profile_user_activity' user.id %}">{{ user.first_name }} {{ user.last_name }}</a>
</td>
<td class="col-xs-3 col-sm-3 ">{{ user.date_joined|date:"d/m/Y" }}</td>
<td class="col-xs-2 col-sm-2 text-right">
Expand Down

0 comments on commit 0862073

Please sign in to comment.