Sha256: df6f23ff4c7908ca9b72091325e6322c6ef039c7b706c83538da2814a65504ea
Contents?: true
Size: 526 Bytes
Versions: 4
Compression:
Stored size: 526 Bytes
Contents
<h4><%= t("slideshow_type.slide.new_page") %></h4> <%= form_for [:admin, @slideshow_type, @slide], :html => { :multipart => true } do |f| %> <table class="basic-table" data-hook="new_slide"> <%= render :partial => 'form', :locals => { :f => f } %> </table> <p class="form-buttons" data-hook="buttons"> <%= button t(:update) %> <%= t(:or) %> <%= link_to t(:cancel), admin_slideshow_type_slides_url(@slideshow_type), :id => 'cancel_link' %> </p> <% end %> <%= javascript_include_tag 'admin/slides/new.js' %>
Version data entries
4 entries across 4 versions & 1 rubygems