Changes in styleshet and generated html to conform more to mobile w3c reccomendations.

This commit is contained in:
Jakub A.Tesinsky 2008-12-03 11:50:20 +01:00
parent f42025e5da
commit 96dc05e4f1
9 changed files with 82 additions and 44 deletions

View file

@ -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