Skip to content

Commit

Permalink
Remove the Top Navigation Menu
Browse files Browse the repository at this point in the history
The top navigation menu is redundant to the sidebar. We’re opting to remove it so that we are free to update the sidebar to be more complex over time.
  • Loading branch information
dmaciejak authored and jordan-wright committed Aug 29, 2019
1 parent 24fe998 commit 20295bd
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Dashboard</a>
</li>
<li><a href="/campaigns">Campaigns</a>
</li>
<li><a href="/users">Users &amp; Groups</a>
</li>
<li><a href="/templates">Email Templates</a>
</li>
<li><a href="/landing_pages">Landing Pages</a>
</li>
<li><a href="/sending_profiles">Sending Profiles</a>
</li>
<li><a href="/settings">Settings</a>
</li>
<li>
{{if .User}}
<div class="btn-group" id="navbar-dropdown">
Expand Down Expand Up @@ -84,4 +70,4 @@
</body>

</html>
{{ end }}
{{ end }}

0 comments on commit 20295bd

Please sign in to comment.