Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Fix unconventional button ordering in modals
Browse files Browse the repository at this point in the history
Resolves #433
  • Loading branch information
orenyk committed Oct 14, 2015
1 parent 8483281 commit 803be2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_modal_form_layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<%= yield %>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" id="submit-modal" data-submitting="<%= submitting_text %>"><%= submit_text %></button>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>

0 comments on commit 803be2a

Please sign in to comment.