Skip to content

Commit

Permalink
<feature> Implement avanzu login box
Browse files Browse the repository at this point in the history
  • Loading branch information
shakaran committed Oct 22, 2017
1 parent fd88819 commit 91bd24c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/views/layout/login-layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
</head>
<body{% block avanzu_body_start %}{% endblock %} class="hold-transition login-page">
{% block avanzu_after_body_start %}{% endblock %}
{% block avanzu_login_box %}
<div class="login-box">
<div class="login-logo">
<a href="{{ path('homepage') }}">{% block avanzu_logo_login %}<b>Admin</b>LTE{% endblock %}</a>
Expand Down Expand Up @@ -97,6 +98,7 @@
<!-- /.login-box-body -->
</div>
<!-- /.login-box -->
{% endblock %}

<!-- jQuery 2.2.3 -->
<script src="{{ asset('theme/plugins/jQuery/jquery-2.2.3.min.js') }}"></script>
Expand Down

0 comments on commit 91bd24c

Please sign in to comment.