From: Jean-Baptiste Barth Date: Mon, 11 Oct 2010 20:34:33 +0000 (+0000) Subject: Fixed bad markup in users/general partial X-Git-Tag: 1.1.0~286 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=71dd4b8a7db0208be22175a69fb71909933f4c57;p=redmine.git Fixed bad markup in users/general partial git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4249 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/users/_general.rhtml b/app/views/users/_general.rhtml index a08b3cee3..7e90ab2c2 100644 --- a/app/views/users/_general.rhtml +++ b/app/views/users/_general.rhtml @@ -1,7 +1,7 @@ <% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "update", :tab => nil }, :html => { :method => :put, :class => nil } do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <% if @user.active? -%> -

+

<% end -%>

<%= submit_tag l(:button_save) %>

<% end %>