removed /m/ codepath, added mobile override stylesheet

This commit is contained in:
albert
2011-11-14 17:55:53 -05:00
parent eb58773089
commit 99a48dc242
16 changed files with 56 additions and 303 deletions

View File

@@ -51,7 +51,7 @@ private
humanized_tag = tag.tr("_", " ")
path = options[:path_prefix] || "/posts"
html << %{<a href="#{path}?tags=#{u(tag)}">#{h(humanized_tag)}</a> }
html << %{<a class="search-tag" href="#{path}?tags=#{u(tag)}">#{h(humanized_tag)}</a> }
unless options[:name_only]
html << %{<span class="post-count">} + counts[tag].to_s + %{</span>}