Sha256: 2409492838c6dde3554eae3023d4c8402edaf9349256f5d165cc832f85938dbe

Contents?: true

Size: 503 Bytes

Versions: 7

Compression:

Stored size: 503 Bytes

Contents

<div id="flickr-select">
  <h2>Flickr Images</h2>
  <% form_remote_tag( :url => admin_flickr_path, :method => :get ) do -%>
  <p><label for="tags">Search by tag:</label>
  <%= text_field_tag :tags, params[:tags] %> &nbsp; <%= submit_tag "go" %></p>
  <% for photo in flickr_images %>
     <%= link_to "#{image_tag photo.url(:square)}", "#{photo.url(:large)}", :title => "#{photo.title}", :onclick => "addLinkedImage('#{photo.url(:medium)}',this.title); return false;" %>
  <% end -%>
  <% end -%>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
beef-has_assets-0.3.6 app/views/admin/flickrs/_selector.html.erb
beef-has_assets-0.3.7 app/views/admin/flickrs/_selector.html.erb
beef-has_assets-0.3.8 app/views/admin/flickrs/_selector.html.erb
beef-has_assets-0.3.9 app/views/admin/flickrs/_selector.html.erb
beef-has_assets-0.4.0 app/views/admin/flickrs/_selector.html.erb
beef-has_assets-0.4.1 app/views/admin/flickrs/_selector.html.erb
beef-has_assets-0.5.0 app/views/admin/flickrs/_selector.html.erb