aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/tweets/recent.html.haml
blob: 4eaca208eabe81952cf324100e903616f4abb481 (plain)
1
2
3
4
5
6
7
8
9
- title @user.screen_name + "'s Recent Best Tweets"
.col-sm-3.col-md-offset-1
  = render "shared/sidebar_user", user: @user
.col-sm-9.col-md-7.col-lg-6
  %h1
    %small #{@user.screen_name} 's
    Recent Best Tweets
  .statuses= render @tweets
  %p.loading= image_tag "loading.gif", width: 16, height: 16, alt: "Loading..."