Icon for prommote to project button

Had to change the text to fit. I like this better, anyway.

Closes #64 (open a new ticket for changes)
This commit is contained in:
Eric Allen 2010-02-21 13:12:12 -05:00
parent ae9e13bec0
commit f602ffc1a4
2 changed files with 1 additions and 1 deletions

View file

@ -70,7 +70,7 @@ module TodosHelper
:_source_view => (@source_view.underscore.gsub(/\s+/,'_') rescue "")}
url[:_tag_name] = @tag_name if @source_view == 'tag'
return link_to("Promote to project", url)
return link_to(image_tag("to_project_off.png", :align => "absmiddle")+" Make project", url)
end
def todo_start_waiting_js(todo)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB