Skip to content
Snippets Groups Projects
Commit ab98d27e authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix compact mode layout, on intermediate screen size

[fix] Rename /user/message into /user (need to distinguish menu item)
parent 2e9a723d
No related branches found
No related tags found
No related merge requests found
Pipeline #10511 failed
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<button class="button button-clear icon ion-email" <button class="button button-clear icon ion-email"
ng-if="login" ng-if="login"
active-link="gray" active-link="gray"
active-link-path-prefix="#/app/user/message" active-link-path-prefix="#/app/message"
ng-click="showMessagesPopover($event)"> ng-click="showMessagesPopover($event)">
<span <span
ng-if="walletData.messages.unreadCount" ng-if="walletData.messages.unreadCount"
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</a> </a>
<a menu-close class="item item-icon-left" active-link="active" <a menu-close class="item item-icon-left" active-link="active"
active-link-path-prefix="#/app/user/message" active-link-path-prefix="#/app/message"
ng-class="{'item-menu-disable': !login}" ng-class="{'item-menu-disable': !login}"
ui-sref="app.user_message.tab_inbox"> ui-sref="app.user_message.tab_inbox">
<i class="icon ion-email"></i> <i class="icon ion-email"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment