summaryrefslogtreecommitdiff
path: root/openstack_dashboard/templates/_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/templates/_header.html')
-rw-r--r--openstack_dashboard/templates/_header.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/openstack_dashboard/templates/_header.html b/openstack_dashboard/templates/_header.html
deleted file mode 100644
index a18b6ed0..00000000
--- a/openstack_dashboard/templates/_header.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% load i18n %}
-{% load url from future %}
-<div id="user_info" class="pull-right">
- <span>{% trans "Logged in as" %}: {{ request.user.username }}</span>
- <a href="{% url 'horizon:settings:user:index' %}">{% trans "Settings" %}</a>
- {% if HORIZON_CONFIG.help_url %}
- <a href="{{ HORIZON_CONFIG.help_url }}" target="_new">{% trans "Help" %}</a>
- {% endif %}
- <a href="{% url 'logout' %}">{% trans "Sign Out" %}</a>
- {% include "horizon/common/_region_selector.html" %}
-</div>