app/views/collections/_form.html.erb in iqvoc-4.12.1 vs app/views/collections/_form.html.erb in iqvoc-4.13.0

- old
+ new

@@ -46,11 +46,11 @@ map { |c| collection_widget_data(c) }.to_json %> <% end %> </fieldset> <hr /> -<div class="well"> +<div class="mb-5"> <%= f.submit t("txt.common.save"), :class => "btn btn-primary" %> - <%= link_to t("txt.common.cancel"), collection.new_record? ? dashboard_path : collection_path(collection, :published => 0), :class => "btn btn-default" %> + <%= link_to t("txt.common.cancel"), collection.new_record? ? dashboard_path : collection_path(collection, :published => 0), :class => "btn btn-outline-secondary" %> </div> <% end %>