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.5.3 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.2 app/views/social/_twitter_posts.html.haml
trusty-festivity-extension-2.5.1 app/views/social/_twitter_posts.html.haml