aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/tweets/all_timeline.html.haml
blob: 48a64cc91a97e678c864ba706c5414236eb82b08 (plain)
1
2
3
4
5
6
7
8
- title "Public Timeline"
.col-sm-3.col-md-offset-1
  = render "shared/sidebar_all", thresholds: [1, 10, 50, 100, 500, 1000]
.col-sm-9.col-md-7.col-lg-6
  %h1
    Public Timeline
  .statuses= render @tweets
  %p.loading= image_tag "loading.gif", width: 16, height: 16, alt: "Loading..."