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

Version Path
pulitzer-0.15.31 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.30 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.29 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.28 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.27 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.26 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.25 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.24 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.23 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.22 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.21 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.20 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.19 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.18 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.17 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.16 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.15 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.14 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.13 app/views/pulitzer/justification_styles/_form.html.erb
pulitzer-0.15.12 app/views/pulitzer/justification_styles/_form.html.erb