gethundos (owner)

Revisions

gist: 225473 Download_button fork
public
Public Clone URL: git://gist.github.com/225473.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h2>Most interactive brands on Twitter... No. 11-100</h2>
                                        <%@brands.each do |brand|%>
<!-- Brand instance starts -->
<div class="a_brand a_b">
<div class="ap_b">
<img src="<%=brand.avatar_url%>" class="logo" width="34" height="34">
<h4><a href="http://<%=brand.sites.first.title%>.20dbs.com" target="_blank"><%=brand.name%></h4>
<a href="http://twitter.com/#{<%=brand.primary_twitter_user_screen_name%>}">@<%=brand.primary_twitter_user_screen_name%></a>
</div>
<div class="place">No. <%=brand.rank%></div>
<div class="category"><%=brand.category%></div>
</div>
<!-- Brand instance ends -->
                                        <% end %>