Sha256: 3b38d6efdfa0d70522e4b90bdc4eaf2461940d998a36c32d976c927333d42d9f
Contents?: true
Size: 579 Bytes
Versions: 15
Compression:
Stored size: 579 Bytes
Contents
<h4><%= t("new_image") %></h4> <% form_for(:image, :url => { :controller => 'images', :action => 'create' }, :html => { :multipart => true }) do |form| %> <table class="basic-table"> <%= render :partial => "form", :locals => { :f => form } %> </table> <p class="form-buttons"> <%= button t("update") %> or <%= link_to t("cancel"), "#", :id => "cancel_link" %> </p> <% end %> <script type="text/javascript"> jQuery('#cancel_link').click(function (event) { jQuery('#new_image_link').show(); jQuery('#images').html(''); }); </script>
Version data entries
15 entries across 15 versions & 2 rubygems