Use rails helpers for the promote to project menu item

This commit is contained in:
Matt Rogers 2015-02-18 22:07:42 -06:00
parent 8bb92833b5
commit 04e3aebabe
2 changed files with 6 additions and 1 deletions

View file

@ -201,7 +201,7 @@ module TodosHelper
:_source_view => (@source_view.underscore.gsub(/\s+/,'_') rescue "")}
url[:_tag_name] = @tag_name if @source_view == 'tag'
return link_to(t('todos.convert_to_project'), url, {:class => "icon_item_to_project", :id => "to_project_#{dom_id(todo)}"})
link_to(t('todos.convert_to_project'), url, {:class => "icon_item_to_project", :id => dom_id(todo, "to_project")})
end
def collapsed_notes_image(todo)