fix "No way to access all notifications on mobile" NodeBB/NodeBB#4411

main
Ben Lubar 9 years ago
parent 6db6981bf3
commit 6c9de4d084

@ -67,6 +67,7 @@
<span class="counter" component="notifications/icon" data-content="0"></span> <span class="counter" component="notifications/icon" data-content="0"></span>
</h3> </h3>
<ul class="menu-section-list notification-list-mobile" component="notifications/list"></ul> <ul class="menu-section-list notification-list-mobile" component="notifications/list"></ul>
<p class="menu-section-list"><a href="{relative_path}/notifications">[[notifications:see_all]]</a></p>
</section> </section>
<section class="menu-section" data-section="chats"> <section class="menu-section" data-section="chats">
@ -86,4 +87,4 @@
</div> </div>
</nav> </nav>
<div class="container" id="content"> <div class="container" id="content">
<!-- IMPORT partials/noscript/warning.tpl --> <!-- IMPORT partials/noscript/warning.tpl -->

Loading…
Cancel
Save