Sha256: c23e943d73da101ea4832309e3ec0863a37e40e466399242499b6b93548ac10d
Contents?: true
Size: 379 Bytes
Versions: 45
Compression:
Stored size: 379 Bytes
Contents
<%= render 'pulitzer/shared/error_messages', object: layout %> <%= form_for layout, html: ajax_form_hash(dom_target(layout)) do |f| %> <%= render partial: 'form_fields', locals: { f: f, layout: layout } %> <%= f.submit "Update" %> <%= link_to('Cancel', layout_path(layout), :class => 'button', data: { ajax_link: true, ajax_target: dom_target(layout) } ) %> <% end %>
Version data entries
45 entries across 45 versions & 1 rubygems