replace tabs to spaces at app/views/groups/new.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7290 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4f132c7f3d
commit
57c024e8c0
|
@ -3,7 +3,7 @@
|
|||
<% form_for(@group, :builder => TabularFormBuilder, :lang => current_language) do |f| %>
|
||||
<%= render :partial => 'form', :locals => { :f => f } %>
|
||||
<p>
|
||||
<%= f.submit l(:button_create) %>
|
||||
<%= f.submit l(:button_create) %>
|
||||
<%= f.submit l(:button_create_and_continue), :name => 'continue' %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue