Skip to content

Commit

Permalink
fix glyphicon on TheLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
vosechu committed May 18, 2015
1 parent 32ab99a commit e097538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/loop/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Do sites provide /favicon.ico ?
<ul>
<% @sites.each do |site| -%>
<li><%= site.url %> <% if site.icon.present? %><i class="icon-ok"></i><% end %></li>
<li><%= site.url %> <% if site.icon.present? %><i class="glyphicon glyphicon-ok"></i><% end %></li>
<% end -%>
</ul>
</div>

0 comments on commit e097538

Please sign in to comment.