mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-07 21:22:37 +01:00
Changes in styleshet and generated html to conform more to mobile w3c reccomendations.
This commit is contained in:
parent
f42025e5da
commit
96dc05e4f1
9 changed files with 82 additions and 44 deletions
|
|
@ -117,7 +117,7 @@ module TodosHelper
|
|||
"<span class=\"tag\">" +
|
||||
link_to(t.name, {:action => "tag", :controller => "todos", :id => t.name+".m"}) +
|
||||
"</span>"}.join('')
|
||||
"<span class=\"tags\">#{tag_list}</span>"
|
||||
if tag_list.empty? then "" else "<span class=\"tags\">#{tag_list}</span>" end
|
||||
end
|
||||
|
||||
def deferred_due_date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue