Skip to content

Commit

Permalink
Display how it works everywhere except index page (gitcoinco#1569)
Browse files Browse the repository at this point in the history
* Display how it works everywhere except index page

* Exclude future contributor landing page
  • Loading branch information
mbeacom authored Jun 28, 2018
1 parent be6077b commit 5cb7d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retail/templates/shared/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>
{% endif %}
{% if request.path == "/explorer" or request.path == "/dashboard" %}
{% if not request.path == "/" or not request.path == "/contributor" %}
<div class="nav-item dropdown interior">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownHow" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Expand Down

0 comments on commit 5cb7d79

Please sign in to comment.