Sha256: c6f4acaccd1877878561e2025e268c9ff8681dbae98b2c5cdcaaf46275b7723b

Contents?: true

Size: 486 Bytes

Versions: 12

Compression:

Stored size: 486 Bytes

Contents

%section.social-feed
  .section-wrapper
    .social-posts
      .grid-sizer
      - posts.each do |post|
        %article.instagram-post
          = link_to post.url do
            = image_tag post.standard_res_image_url, class: "insta-image", alt: "Lead Image"
          .post-text
            %p.post
              = post.text.truncate(160)
            %span.user-account
              = "@#{post.user_username}"
            %time
              = time_ago_in_words(post.created_time)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.6.2 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.6.1 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.6 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.19 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.18 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.17 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.16 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.15 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.14 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.13 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.12 app/views/social/_instagram_posts.html.haml