Merge pull request #7538 from vinzv/7536-frio-show-notification-icon-in-mobile-view
move notification to top nav on mobile view
This commit is contained in:
commit
2064470b13
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
{{* The notifications dropdown *}}
|
{{* The notifications dropdown *}}
|
||||||
{{if $nav.notifications}}
|
{{if $nav.notifications}}
|
||||||
<li id="nav-notification" class="nav-segment hidden-xs" role="presentation">
|
<li id="nav-notification" class="nav-segment" role="presentation">
|
||||||
<a href="{{$nav.notifications.0}}" rel="#nav-notifications-menu" data-toggle="tooltip" aria-label="{{$nav.notifications.1}}" title="{{$nav.notifications.1}}" role="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a href="{{$nav.notifications.0}}" rel="#nav-notifications-menu" data-toggle="tooltip" aria-label="{{$nav.notifications.1}}" title="{{$nav.notifications.1}}" role="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<i class="fa fa-exclamation-circle fa-lg" aria-hidden="true"></i>
|
<i class="fa fa-exclamation-circle fa-lg" aria-hidden="true"></i>
|
||||||
<span role="menuitem" class="sr-only">{{$nav.notifications.1}}</span>
|
<span role="menuitem" class="sr-only">{{$nav.notifications.1}}</span>
|
||||||
|
|
Loading…
Reference in a new issue