Fix styling
This commit is contained in:
parent
fc5a462f5a
commit
8590359eec
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue