Sha256: df34fc8b36f05a52ac01a4e7704426906bda0b575b857c7fc203e4a95dbd035a
Contents?: true
Size: 481 Bytes
Versions: 23
Compression:
Stored size: 481 Bytes
Contents
= form_for :search do |f| = f.text_field :search = f.submit "Search" or = link_to "Reset", "/mercury/images" = will_paginate @images %table %tr %th Image %th Filename %th Tags (click to edit) - @images.each do |image| %tr %td = image_tag image.url(:thumb) %td = link_to_function image.image_file_name, "parent.set_image_url('#{image.url(:original)}');" %td.tags = best_in_place image, :tags, :type=>:input
Version data entries
23 entries across 23 versions & 1 rubygems