Sha256: 612c86661008c46a5ec1a8f22e43d81e2ff43e1399d8e3dc89f84f52261bc43f

Contents?: true

Size: 497 Bytes

Versions: 4

Compression:

Stored size: 497 Bytes

Contents

<div class="embed-flickr">
  <%= link_to flickr[:page_url],
              title: "#{flickr[:title]} by #{flickr[:photographer_name]}, on Flickr" do %>
    <%= image_tag flickr[:image_url], alt: flickr[:title] %>
  <% end %>

  <br />
  <%= small_word_tag "By" %>

  <%= link_to flickr[:photographer_name],
              flickr[:photographer_url],
              title: "#{flickr[:photographer_name]} on Flickr" %>

  <%= small_word_tag "on" %>
  <%= link_to "Flickr", "http://flickr.com" %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
homesteading_publisher-0.2.4 app/views/homesteading_publisher/posts/_flickr.html.erb
homesteading_publisher-0.2.3 app/views/homesteading_publisher/posts/_flickr.html.erb
homesteading_publisher-0.2.2 app/views/homesteading_publisher/posts/_flickr.html.erb
homesteading_publisher-0.2.1 app/views/homesteading_publisher/posts/_flickr.html.erb