Sha256: 4df1516871c20711d4f9485d693858b5d7d20e96c1f83965bd315ad15d60b802
Contents?: true
Size: 646 Bytes
Versions: 39
Compression:
Stored size: 646 Bytes
Contents
<div class="pulitzer-row"> <%= render 'pulitzer/shared/error_messages', object: justification_style %> <%= form_for justification_style, html: ajax_form_hash(dom_target(justification_style)) do |f| %> <%= render partial: 'form_fields', locals: { f: f, justification_style: justification_style } %> <div class="pulitzer-span ten-percent"> <%= f.submit "Update" %> </div> <div class="pulitzer-span ten-percent"> <%= link_to('Cancel', justification_style_path(justification_style), :class => 'button', data: { ajax_link: true, ajax_target: dom_target(justification_style) } ) %> </div> <% end %> </div>
Version data entries
39 entries across 39 versions & 1 rubygems