Skip to content

Commit

Permalink
Disable Reimbursments update button at click
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioRocco committed Apr 4, 2020
1 parent fda3513 commit 34b84c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/app/views/spree/admin/reimbursements/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@
</fieldset>

<div class="form-buttons filter-actions actions" data-hook="buttons">
<%= f.button do %>
<%= t('spree.update') %>
<% end %>
<%= f.submit t('spree.update'), class: "btn btn-primary" %>
</div>
<br/>
<% end %>
Expand Down

0 comments on commit 34b84c9

Please sign in to comment.