Minor formatting change (spacing)
This commit is contained in:
parent
f0ef06ebe1
commit
5858c90e71
1 changed files with 3 additions and 5 deletions
|
@ -271,7 +271,7 @@
|
||||||
<!-- inner menu: contains the actual data -->
|
<!-- inner menu: contains the actual data -->
|
||||||
<ul class="menu">
|
<ul class="menu">
|
||||||
|
|
||||||
@for($i=0; count($alert_items) > $i; $i++)
|
@for($i = 0; count($alert_items) > $i; $i++)
|
||||||
|
|
||||||
<li><!-- Task item -->
|
<li><!-- Task item -->
|
||||||
<a href="{{route($alert_items[$i]['type'].'.show', $alert_items[$i]['id'])}}">
|
<a href="{{route($alert_items[$i]['type'].'.show', $alert_items[$i]['id'])}}">
|
||||||
|
@ -324,10 +324,8 @@
|
||||||
<a href="{{ route('account.requested') }}">
|
<a href="{{ route('account.requested') }}">
|
||||||
<i class="fa fa-check fa-disk fa-fw"></i>
|
<i class="fa fa-check fa-disk fa-fw"></i>
|
||||||
Requested Assets
|
Requested Assets
|
||||||
</a></li>
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ route('profile') }}">
|
<a href="{{ route('profile') }}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue