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
+1 -1
View File
@@ -28,4 +28,4 @@
.row.fieldset
.col-xs-12.col-sm-3.col-lg-2
%p
%input{id: 'index_logout', value: 'Logout', type: 'button', class: 'btn btn-danger btn-block', 'data-url' => destroy_user_session_path}
= button_tag 'Logout', id: 'index_logout', class: 'btn btn-danger btn-block', data: {url: destroy_user_session_path}