Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Правка верстки
Browse files Browse the repository at this point in the history
  • Loading branch information
langovoi committed Oct 17, 2014
1 parent 57ebe8b commit 77150c5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions views/particle/menu.twig
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,16 @@
{#<li><a>Текущая неделя: {{ this.getCurrentWeekNumber() }}</a></li>#}
{% if not App.user.isGuest() %}
{% if this.getCountUserNotifications() %}
<li><a href="{{ App.createUrl('user/notifications') }}">Оповещения <span
class="badge">{{ this.getCountUserNotifications() }}</span></a></li>{% endif %}
<li>
<a href="{{ App.createUrl('user/notifications') }}">
<span class="badge badge">{{ this.getCountUserNotifications() }}</span>
</a>
</li>
{% endif %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Профиль <span class="caret"></span></a>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Профиль
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="{{ App.createUrl('user/changepassword') }}">Сменить пароль</a></li>
<li><a href="{{ App.createUrl('site/logout') }}">Выйти</a></li>
Expand Down

0 comments on commit 77150c5

Please sign in to comment.