summaryrefslogtreecommitdiff
path: root/openstack_dashboard/templates/_header.html
blob: 7313412ff63959a864a3631241226cfc93030d4d (plain)
1
2
3
4
5
6
7
{% load i18n %}
<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>
  <a href="{% url horizon:auth_logout %}">{% trans "Sign Out" %}</a>
  {% include "horizon/common/_region_selector.html" %}
</div>