Sha256: 0b0c22ec8223ee1cbc065b418582a4c61137c6c887118836a2a7fec863e45377

Contents?: true

Size: 472 Bytes

Versions: 11

Compression:

Stored size: 472 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
            %span.user-account
              = "@#{post.user_username}"
            %time
              = time_ago_in_words(post.created_time)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.5.11 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.10 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.9 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.8 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.7 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.6 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.5 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.4 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.3 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.2 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.5.1 app/views/social/_instagram_posts.html.haml