Skip to content

Commit

Permalink
adding author userpage link in project list
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-nelson committed Jan 6, 2015
1 parent 8509c25 commit 12bda15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmtm/templates/home.mako
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ sorts = [('priority', 'asc', _('High priority first')),
title="${_('Access to this project is limited')}"></span> -
% endif
% if project.author:
<span>${_('Created by')} ${project.author.username}</span> -
<span>${_('Created by')} <a href="/user/${project.author.username}">${project.author.username}</a></span> -
% endif
<span>${_('Updated')} <span class="timeago" title="${project.last_update}Z"></span></span> -
<span>${_('Priority:')} ${priority}</span>
Expand Down

0 comments on commit 12bda15

Please sign in to comment.