Fixed edit_not in balancing.

This commit is contained in:
benni 2012-05-12 10:55:20 +02:00
parent da8fd1d72a
commit c49edb79a2
7 changed files with 24 additions and 24 deletions

View file

@ -112,7 +112,7 @@ module ApplicationHelper
:success => "Element.hide('loader')",
:method => :get
}
link_to_remote(text, remote_options.merge(options))
link_to(text, options[:url], remote_options.merge(options))
end
def format_roles(record)