Skip to content

Commit

Permalink
Merge pull request #488 from sarken/issue_2900
Browse files Browse the repository at this point in the history
Fix issue 2900 by adding icon class to tag wrangler icon paragraph
  • Loading branch information
elzj committed Feb 18, 2012
2 parents 11cbaba + 6238199 commit 7a006fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tag_wranglers/show.html.erb
Expand Up @@ -2,7 +2,7 @@
<div class="primary header module">
<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%= @wrangler.login %>'s Wrangling Page</h2>
<p><%= icon_display(@wrangler) %></p>
<p class="icon"><%= icon_display(@wrangler) %></p>
<!--/descriptions-->
</div>
<!--subnav-->
Expand Down

0 comments on commit 7a006fc

Please sign in to comment.