[Xfce4-commits] <moka:nick/maintainer-improvements> Use link to the username in project list.

Nick Schermer noreply at xfce.org
Sun Oct 16 11:40:01 CEST 2011


Updating branch refs/heads/nick/maintainer-improvements
         to 531029e5b974e58dc474685058d7521f88d0d630 (commit)
       from 016554900a7d9958f7426e3952ebf76363ff48ec (commit)

commit 531029e5b974e58dc474685058d7521f88d0d630
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Oct 16 11:39:12 2011 +0200

    Use link to the username in project list.

 lib/views/project_list.haml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/views/project_list.haml b/lib/views/project_list.haml
index ba33d58..81ef6cf 100644
--- a/lib/views/project_list.haml
+++ b/lib/views/project_list.haml
@@ -28,4 +28,5 @@
           %td
             %a{:href => "/project/#{project.name}"} #{project.name}
           %td
-            #{maintainer_names(project)}
+            - for user in project.maintainers.sort
+              %a{:href => "/maintainer/#{user.username}", :title => "#{user.realname}"} #{user.username}


More information about the Xfce4-commits mailing list