lib/wally/views/layout.haml in wally-0.0.40 vs lib/wally/views/layout.haml in wally-0.0.41

- old
+ new

@@ -39,10 +39,10 @@ %h2 = "Tags (#{tag_count.values.sum})" %ul - tag_count.each do |tag, count| %li - %a{:href => "/projects/#{current_project.name}/search?q=#{tag}"} + %a{:href => "/projects/#{current_project.name}/search?q=#{tag}", :class => "tag-#{tag.delete('@')}"} = "#{tag} (#{count})" %div.content - if excessive_wip_tags %div.alert-message.error