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

Fix styling

This commit is contained in:
Hillel Coren 2016-09-20 14:56:36 +03:00
parent fc5a462f5a
commit 8590359eec

View File

@ -105,10 +105,10 @@
@endif
<p class="link">
{!! link_to('/recover_password', trans('texts.recover_password')) !!}
{!! 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>
@if (count($errors->all()))
<div class="alert alert-danger">
@foreach ($errors->all() as $error)