app/views/pulitzer/partials/_form.html.erb in pulitzer-0.15.19 vs app/views/pulitzer/partials/_form.html.erb in pulitzer-0.15.20
- old
+ new
@@ -14,11 +14,11 @@
<% if partial.available_arrangements.any? %>
<div class="pulitzer-span ten-percent">
<%= f.collection_select :arrangement_style_id, partial.available_arrangements, :id, :display_name, {}, {} %>
</div>
<% end %>
- <div class="pulitzer-span ten-percent">
+ <div class="pulitzer-span ten-percent">
<%= f.collection_select :background_style_id, partial.available_backgrounds, :id, :display_name, {}, {} %>
</div>
<div class="pulitzer-span ten-percent">
<%= f.collection_select :justification_style_id, partial.available_justifications, :id, :display_name, {}, {} %>
</div>
@@ -32,6 +32,6 @@
<%= link_to('Cancel', partial_path(partial), :class => 'button',
data: { ajax_link: true, ajax_target: dom_target(partial) } ) %>
<%= ajax_delete 'delete', partial_path(partial), {class: 'button'}, dom_target(partial) %>
</div>
<% end %>
-</div>
\ No newline at end of file
+</div>