1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Fix styling on login page

This commit is contained in:
Hillel Coren 2016-09-21 20:54:07 +03:00
parent 5818d199ee
commit 0821f3a2b2

View File

@ -108,7 +108,8 @@
{!! link_to('/recover_password', trans('texts.recover_password'), ['class' => 'pull-left']) !!}
{!! link_to(NINJA_WEB_URL.'/knowledgebase/', trans('texts.knowledge_base'), ['target' => '_blank', 'class' => 'pull-right']) !!}
</p>
<br/>
@if (count($errors->all()))
<div class="alert alert-danger">
@foreach ($errors->all() as $error)