Skip to content

Commit

Permalink
switch harvester cancel btn to primary not secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Jan 9, 2025
1 parent 1dc2100 commit fef0d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/bibliography_resources/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<%= f.file_field :bibtex_file, label: t('bibliography_resources.form.label'), control_col: 'col-sm-6', required: true, accept: 'application/x-bibtex', help: t('bibliography_resources.form.help') %>
<div class="form-actions">
<div class="primary-actions">
<%= cancel_link @resource, :back, class: 'btn btn-secondary' %>
<%= cancel_link @resource, :back, class: 'btn btn-outline-primary' %>
<%= f.submit t('.add_item'), class: 'btn btn-primary' %>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/dor_harvester/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div class="form-actions">
<div class="primary-actions">
<%= cancel_link "", :back, class: 'btn btn-secondary' %>
<%= cancel_link "", :back, class: 'btn btn-outline-primary' %>
<%= f.submit t('.add_item'), class: 'btn btn-primary' %>
</div>
</div>
Expand Down

0 comments on commit fef0d80

Please sign in to comment.