Removes a call to form_remote_tag.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10034 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7e5bad993d
commit
cd39b12f2c
|
@ -1,4 +1,6 @@
|
||||||
<%= form_remote_tag(:url => {}, :html => { :id => "journal-#{@journal.id}-form" }) do %>
|
<%= form_tag({:controller => 'journals', :action => 'edit', :id => @journal},
|
||||||
|
:remote => true,
|
||||||
|
:id => "journal-#{@journal.id}-form") do %>
|
||||||
<%= label_tag "notes", l(:description_notes), :class => "hidden-for-sighted" %>
|
<%= label_tag "notes", l(:description_notes), :class => "hidden-for-sighted" %>
|
||||||
<%= text_area_tag :notes, @journal.notes,
|
<%= text_area_tag :notes, @journal.notes,
|
||||||
:id => "journal_#{@journal.id}_notes",
|
:id => "journal_#{@journal.id}_notes",
|
||||||
|
|
Loading…
Reference in New Issue