aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/tweets/recent.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/tweets/recent.html.haml')
-rw-r--r--app/views/tweets/recent.html.haml11
1 files changed, 8 insertions, 3 deletions
diff --git a/app/views/tweets/recent.html.haml b/app/views/tweets/recent.html.haml
index 46d6d34..4eaca20 100644
--- a/app/views/tweets/recent.html.haml
+++ b/app/views/tweets/recent.html.haml
@@ -1,4 +1,9 @@
- title @user.screen_name + "'s Recent Best Tweets"
-- caption :title
-- sidebar :users
-= render @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..."