Refactor project structure
This commit is contained in:
20
core/templates/notifications/notifications.html
Normal file
20
core/templates/notifications/notifications.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<li class="dropdown messages-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-tasks"></i>
|
||||
<span class="label label-danger">#_count_#</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="header">#_header_#</li>
|
||||
<li>
|
||||
<!-- inner menu: contains the actual data -->
|
||||
<ul class="menu">
|
||||
#_notifications_#
|
||||
</ul>
|
||||
</li>
|
||||
<li class="footer">
|
||||
<!--
|
||||
<a href="#">See All Messages</a>
|
||||
-->
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
Reference in New Issue
Block a user