You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/10/19 13:37:38 UTC

[13/50] [abbrv] allura git commit: [#7990] change link

[#7990] change link


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/79b2b98d
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/79b2b98d
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/79b2b98d

Branch: refs/heads/ib/7924
Commit: 79b2b98d1d5f4f17d972d1fe52dc9b2bf807100f
Parents: aa6e158
Author: Dave Brondsema <da...@brondsema.net>
Authored: Tue Sep 29 10:44:30 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Sep 29 10:44:30 2015 -0400

----------------------------------------------------------------------
 Allura/allura/templates/site_admin_new_projects.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/79b2b98d/Allura/allura/templates/site_admin_new_projects.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/site_admin_new_projects.html b/Allura/allura/templates/site_admin_new_projects.html
index 81902d6..9013c5d 100644
--- a/Allura/allura/templates/site_admin_new_projects.html
+++ b/Allura/allura/templates/site_admin_new_projects.html
@@ -66,7 +66,7 @@
       <td><small>{{ p.short_description|truncate(100) }}</small></td>
       <td><small>{{ p.summary }}</small></td>
       <td><small>{{ p.external_homepage|urlize(22) }}</small></td>
-      <td>{% for a in p.admins() %}<small><a href="{{ a.url() }}">{{ a.username }}</a></small> {% endfor %}</td>
+      <td>{% for a in p.admins() %}<small><a href="/nf/admin/user/{{ a.username }}">{{ a.username }}</a></small> {% endfor %}</td>
     </tr>
     {% endfor %}
   </table>