Fix styling

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

View File

@ -105,7 +105,7 @@
@endif @endif
<p class="link"> <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']) !!} {!! link_to(NINJA_WEB_URL.'/knowledgebase/', trans('texts.knowledge_base'), ['target' => '_blank', 'class' => 'pull-right']) !!}
</p> </p>