Change logout/erase button to red

This commit is contained in:
Hillel Coren 2016-10-25 20:25:00 +03:00
parent 3023eeb058
commit 87c65c3453

View File

@ -753,7 +753,7 @@
<div class="modal-footer" id="signUpFooter">
<button type="button" class="btn btn-default" data-dismiss="modal">{{ trans('texts.cancel') }}</button>
<button type="button" class="btn btn-primary" onclick="logout(true)">{{ trans('texts.logout') }}</button>
<button type="button" class="btn btn-danger" onclick="logout(true)">{{ trans('texts.logout') }}</button>
</div>
</div>
</div>