Featured projects: remove user profile link

This commit is contained in:
Drew DeVault 2020-04-29 11:11:31 -04:00
parent 926ddb77d3
commit 806f497867
1 changed files with 2 additions and 3 deletions

View File

@ -77,9 +77,8 @@
<h3>Featured projects</h3>
<div class="event-list">
{% for feature in features %}
<a href="{{url_for("users.summary_GET",
username=feature.project.owner.username)}}"
>{{feature.project.owner.canonical_name}}</a>/<a
<span class="text-muted"
>{{feature.project.owner.canonical_name}}/</span><a
href="{{url_for("projects.summary_GET",
owner=feature.project.owner.canonical_name,
project_name=feature.project.name)}}"