Skip to content

Commit

Permalink
[webui] Switch dialog buttons position in Kiwi
Browse files Browse the repository at this point in the history
We switch the buttons position for usability.
  • Loading branch information
DavidKang committed Aug 24, 2017
1 parent 421c5b4 commit f592805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -32,5 +32,5 @@
The name can not be empty!

.dialog-buttons
= link_to('Continue', '#', title: 'Continue', class: 'close-dialog')
= link_to('Cancel', '#', title: 'Cancel', class: 'revert-dialog')
= link_to('Continue', '#', title: 'Continue', class: 'close-dialog')
Expand Up @@ -43,5 +43,5 @@
The source path can not be empty!

.dialog-buttons
= link_to('Continue', '#', title: 'Continue', class: 'close-dialog')
= link_to('Cancel', '#', title: 'Cancel', class: 'revert-dialog')
= link_to('Continue', '#', title: 'Continue', class: 'close-dialog')

0 comments on commit f592805

Please sign in to comment.