Sha256: 0c4c6e1ccff2b8b69065b3f30b09669df399f75bc322c3b84bc4242ddc29cb02

Contents?: true

Size: 543 Bytes

Versions: 28

Compression:

Stored size: 543 Bytes

Contents

%section.social-feed
  .section-wrapper
    %h3.section-title
      Photo Album
      %a
        FirstNightPGH
    .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

28 entries across 28 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.5.0 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.4.6 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.4.5 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.4.4 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.4.3 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.4.2 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.4.1 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.4.0 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.30 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.29 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.28 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.27 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.26 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.25 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.24 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.23 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.22 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.21 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.20 app/views/social/_instagram_posts.html.haml
trusty-festivity-extension-2.3.19 app/views/social/_instagram_posts.html.haml