Updating branch refs/heads/master
         to 569194aae0c602ef8eb964398326be7ca7df71df (commit)
       from ff2cc01d2b3c09c4137155423002f9e2451e2976 (commit)

commit 569194aae0c602ef8eb964398326be7ca7df71df
Author: Nick Schermer <[email protected]>
Date:   Sun Nov 20 16:45:05 2011 +0100

    Fix owner setting.

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

diff --git a/lib/views/project.haml b/lib/views/project.haml
index 8acbf72..96952a6 100755
--- a/lib/views/project.haml
+++ b/lib/views/project.haml
@@ -30,8 +30,7 @@
     %p
       %label{:for => "maintainers"} Maintainers:
       %input{:type => "text",
-             :name => "owner",
-             :id => "owner",
+             :id => "maintainers",
              :class => 'fill',
              :readonly => true,
              :value => "#{maintainer_names(@project)}"}
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to