[Xfce4-commits] <moka:master> Fix owner setting.

Nick Schermer noreply at xfce.org
Sun Nov 20 16:46:01 CET 2011


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

commit 569194aae0c602ef8eb964398326be7ca7df71df
Author: Nick Schermer <nick at xfce.org>
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)}"}


More information about the Xfce4-commits mailing list