Merge pull request #537 from openclassify/dia

#1372 [References-module] Design add
This commit is contained in:
Fatih Alp 2020-05-07 13:20:49 +03:00 committed by GitHub
commit 61c900796e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
</div> </div>
{% endif %} {% endif %}
<div class="col-md-12 text-center align-middle text-white p-2 text-truncate"> <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> <small>{{ auth_user().last_login_at|date("d/m/Y H:i:s") }}</small>
</div> </div>
</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"> <button class="profile-nav-toggler" id="navbarSideButton" type="button">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </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"> <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"> <a href="{{ url_route('profile::profile') }}" class="px-3 mb-2 link-unstyled">
<img src="{{ img('visiosoft.module.profile::images/interface.svg').url }}"> <img src="{{ img('visiosoft.module.profile::images/interface.svg').url }}">
<p>Vedat Akd</p> <p>{{ auth_user().name }}</p>
</a> </a>
<hr class="mt-2"> <hr class="mt-2">
<a href="{{ url_route('profile::profile') }}" <a href="{{ url_route('profile::profile') }}"