From 027bf93849e82ef3c60e4a3024db49d65f0fb3c9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 12 Mar 2007 17:59:02 +0000 Subject: added svn:eol-style native property on /app files git-svn-id: http://redmine.rubyforge.org/svn/trunk@333 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/users/_form.rhtml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app/views/users/_form.rhtml') diff --git a/app/views/users/_form.rhtml b/app/views/users/_form.rhtml index e486c1042..18c849257 100644 --- a/app/views/users/_form.rhtml +++ b/app/views/users/_form.rhtml @@ -4,17 +4,17 @@

<%=l(:label_information_plural)%>

<%= f.text_field :login, :required => true, :size => 25 %>

-

<%= f.text_field :firstname, :required => true %>

+

<%= f.text_field :firstname, :required => true %>

<%= f.text_field :lastname, :required => true %>

-

<%= f.text_field :mail, :required => true %>

-

<%= f.select :language, lang_options_for_select %>

- +

<%= f.text_field :mail, :required => true %>

+

<%= f.select :language, lang_options_for_select %>

+ <% for @custom_value in @custom_values %>

<%= custom_field_tag_with_label @custom_value %>

-<% end if @custom_values%> - -

<%= f.check_box :admin %>

-

<%= f.check_box :mail_notification %>

+<% end if @custom_values%> + +

<%= f.check_box :admin %>

+

<%= f.check_box :mail_notification %>

-- cgit v1.2.3