Skip to content

Commit

Permalink
Merge pull request #4621 from graphiclunarkid/issue4583
Browse files Browse the repository at this point in the history
Swap button order on deleter-user modal
  • Loading branch information
JohnONolan committed Dec 11, 2014
2 parents d81cc1f + cb03724 commit 4c3d548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/client/templates/components/gh-modal-dialog.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</section>
{{#if confirm}}
<footer class="modal-footer">
<button type="button" {{bind-attr class="acceptButtonClass :js-button-accept"}} {{action "confirm" "accept"}}>
{{confirm.accept.text}}
</button>
<button type="button" {{bind-attr class="rejectButtonClass :js-button-reject"}} {{action "confirm" "reject"}}>
{{confirm.reject.text}}
</button>
<button type="button" {{bind-attr class="acceptButtonClass :js-button-accept"}} {{action "confirm" "accept"}}>
{{confirm.accept.text}}
</button>
</footer>
{{/if}}
</section>
Expand Down

0 comments on commit 4c3d548

Please sign in to comment.