Browse Source

delete_footer

pull/146/head
Mohammed Tantawy 7 years ago
parent
commit
5cada4d584
4 changed files with 2 additions and 3 deletions
  1. +2
    -0
      src/assets/scripts/nwSidebar/nwSidebar.html
  2. +0
    -1
      src/history.html
  3. +0
    -1
      src/new-ad.html
  4. +0
    -1
      src/reports.html

+ 2
- 0
src/assets/scripts/nwSidebar/nwSidebar.html View File

@ -210,6 +210,7 @@
<!-- ### $Sidebar Menu ### -->
<ul class="sidebar-menu scrollable pos-r">
<!-- Dashboard - show to all users -->
<li class="nav-item mT-30 active">
<a class="sidebar-link" href="/">
<span class="icon-holder">
@ -218,6 +219,7 @@
<span class="title text-white font-weight-bold">Dashboard</span>
</a>
</li>
<!-- Ads - Admin, Nomit -->
<li class="nav-item">
<a class='sidebar-link' href="#!ads">
<span class="icon-holder">


+ 0
- 1
src/history.html View File

@ -166,7 +166,6 @@
<!-- ### $App Screen Footer ### -->
${require('html-loader!./_footer.html')}
</div>
</div>


+ 0
- 1
src/new-ad.html View File

@ -190,7 +190,6 @@
</main>
<!-- ### $App Screen Footer ### -->
${require('html-loader!./_footer.html')}
</div><!-- page-container -->
</div> <!-- App Content -->
</body>


+ 0
- 1
src/reports.html View File

@ -171,7 +171,6 @@
<!-- ### $App Screen Footer ### -->
${require('html-loader!./_footer.html')}
</div>
</div>


Loading…
Cancel
Save