Profile minor fixes
This commit is contained in:
parent
ee5f053e7b
commit
6f8ecb75ba
|
|
@ -7,7 +7,6 @@ is_hidden = 0
|
|||
security = "user"
|
||||
redirect = "home"
|
||||
==
|
||||
|
||||
{% component 'session' %}
|
||||
|
||||
<!-- Breadcrumb ======================= -->
|
||||
|
|
@ -30,6 +29,8 @@ redirect = "home"
|
|||
<h4 class="crumb_title">
|
||||
Профиль
|
||||
</h4>
|
||||
<a href="#" data-request="onLogout" data-request-data="redirect: '/'"
|
||||
class="mobile_profile-link" >Выйти</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -61,7 +62,7 @@ redirect = "home"
|
|||
{{detail.report.name}}
|
||||
</p>
|
||||
</div>
|
||||
<a href="{{ url('/storage/app') }}{{detail.file}}" download="{{detail.report.name}}-{{detail.report.date}}" class="bill_item-link">
|
||||
<a href="{{ url('/storage/app') }}{{detail.file}}" download class="bill_item-link">
|
||||
<span>
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
|
|
|
|||
Loading…
Reference in New Issue