Remove "More Projects" link from the header

The link points to the Identity dashboard, and it breaks the whole
Horizon in case the Identity dashboard is disabled.

Change-Id: Ifd0501f7c4aa80388d63516b424215b37e8d7149
Closes-bug: #1399126
This commit is contained in:
Ana Krivokapic 2015-06-12 20:22:53 +02:00
parent abd6d81682
commit e6059c73e8

View File

@ -15,12 +15,6 @@
{% show_project_list %}
{% show_region_list %}
</div>
<div class="footer">
<a href="{% url 'horizon:identity:projects:index' %}">
<span class="fa fa-list-ul"></span>
{% trans "More Projects" %}
</a>
</div>
</div><!-- end of dropdown-menu -->
</div><!-- end of context-selection -->
</div><!-- end of context-box -->