mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Added a closing div tag around the mail text help block, this was causing labels further down the page to be formatted in correctly
This commit is contained in:
parent
c39bf7b7e6
commit
0cf0598936
|
@ -215,7 +215,9 @@
|
||||||
<div id="mailteststatus-error" class="text-danger"></div>
|
<div id="mailteststatus-error" class="text-danger"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 col-md-offset-3">
|
<div class="col-md-9 col-md-offset-3">
|
||||||
<div class="help-block"> {{ trans('admin/settings/general.mail_test_help', array('replyto' => config('mail.reply_to.address'))) }}</p>
|
<div class="help-block">
|
||||||
|
{{ trans('admin/settings/general.mail_test_help', array('replyto' => config('mail.reply_to.address'))) }}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue