~ubuntu-branches/ubuntu/trusty/horizon/trusty-updates

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/admin/volumes/templates/volumes/detail.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-12-05 14:39:15 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20131205143915-40991ba69inywk0u
Tags: 1:2014.1~b1-0ubuntu1
* New upstream release.
* debian/control: open icehouse release.
* debian/static/openstack-dashboard: Refreshed static assets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
{% block title %}{% trans "Volume Details" %}{% endblock %}
4
4
 
5
5
{% block page_header %}
6
 
  {% include "horizon/common/_page_header.html" with title=_("Volume Detail") %}
 
6
  {% include "horizon/common/_page_header.html" with title=_("Volume Details: ")|add:volume.display_name|default:_("Volume Details:") %}
7
7
{% endblock page_header %}
8
8
 
9
9
{% block main %}