Sha256: c8321975de9ad58f737ab63a6ac67718c2c1e188c0db91c239f2f6d4a104bc0b

Contents?: true

Size: 444 Bytes

Versions: 23

Compression:

Stored size: 444 Bytes

Contents

%section.social-feed
  .section-wrapper
    %h3.section-title
      Trending on Twitter
    .social-posts
      .grid-sizer
      - posts.each do |post|
        = link_to post.url.to_s do
          %article.twitter-post
            .post-text
              %p.post
                = post.text
              %span.user-account
                = "@#{post.user.screen_name}"
              %time
                = time_ago_in_words(post.created_at)

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.6.2 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.6.1 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.6 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.19 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.18 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.17 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.16 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.15 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.14 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.13 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.12 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.11 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.10 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.9 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.8 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.7 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.6 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.5 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.4 app/views/social/_twitter_posts.html.haml