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] %> <%= 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