mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
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:
parent
ae9e13bec0
commit
f602ffc1a4
2 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ module TodosHelper
|
||||||
:_source_view => (@source_view.underscore.gsub(/\s+/,'_') rescue "")}
|
:_source_view => (@source_view.underscore.gsub(/\s+/,'_') rescue "")}
|
||||||
url[:_tag_name] = @tag_name if @source_view == 'tag'
|
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
|
end
|
||||||
|
|
||||||
def todo_start_waiting_js(todo)
|
def todo_start_waiting_js(todo)
|
||||||
|
|
|
||||||
BIN
public/images/to_project_off.png
Normal file
BIN
public/images/to_project_off.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue