BS3: cleanup

This commit is contained in:
Ilya Konanykhin
2016-12-27 09:53:47 +06:00
parent 9bb5190c4d
commit b503ec6fbd
9 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -25,8 +25,8 @@
.pull-right
%span.btn-group
= f.button 'CHECK IN', id: 'checkin', name: 'checkin', type: 'button', value: 'CHECK IN', class: 'btn btn-xsя btn-success'
= f.button 'CHECK OUT', id: 'checkout', name: 'checkout', type: 'button', value: 'CHECK OUT', class: 'btn btn-xsя btn-danger'
= f.button 'Check in', id: 'checkin', name: 'checkin', type: 'button', class: 'btn btn-success'
= f.button 'Check out', id: 'checkout', name: 'checkout', type: 'button', class: 'btn btn-danger'
.clearfix