Ver código fonte

Removes a call to form_remote_tag.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10034 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.1.0
Jean-Philippe Lang 12 anos atrás
pai
commit
cd39b12f2c
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      app/views/journals/_notes_form.html.erb

+ 3
- 1
app/views/journals/_notes_form.html.erb Ver arquivo

@@ -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" %>
<%= text_area_tag :notes, @journal.notes,
:id => "journal_#{@journal.id}_notes",

Carregando…
Cancelar
Salvar