#1372 [References-module] Design add

This commit is contained in:
Diatrex 2020-05-06 15:39:07 +03:00
parent ad02a6d064
commit 84ada2b148
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
</div>
{% endif %}
<div class="col-md-12 text-center align-middle text-white p-2 text-truncate">
<h3>{{ user.first_name }} {{ user.last_name }}</h3>
<h3>{{ user.name }}</h3>
<small>{{ auth_user().last_login_at|date("d/m/Y H:i:s") }}</small>
</div>
</div>

View File

@ -1,4 +1,4 @@
<div class="col-12 mb-3 navbar-light py-2 d-md-none">
<div class="col-12 navbar-light py-2 d-md-none">
<button class="profile-nav-toggler" id="navbarSideButton" type="button">
<span class="navbar-toggler-icon"></span>
</button>
@ -6,7 +6,7 @@
<div class="col-10 col-sm-6 col-md-4 profile-navigation border rounded navbar-side bg-white" id="navbarSide">
<a href="{{ url_route('profile::profile') }}" class="px-3 mb-2 link-unstyled">
<img src="{{ img('visiosoft.module.profile::images/interface.svg').url }}">
<p>Vedat Akd</p>
<p>{{ auth_user().name }}</p>
</a>
<hr class="mt-2">
<a href="{{ url_route('profile::profile') }}"