aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/tweets/all_recent.html.haml
blob: 2aa2f9a343f10d667b54c91ed0f0851eec5e0a31 (plain)
1
2
3
4
5
6
7
8
9
- title "Top Recent Tweets"
.col-sm-3.col-md-offset-1
  = render "shared/sidebar_all"
.col-sm-9.col-md-7.col-lg-6
  %h1
    Recent Best Tweets
    %small of All
  .statuses= render @tweets
  %p.loading= image_tag "loading.gif", width: 16, height: 16, alt: "Loading..."