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

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/instances/templates/instances/_detail_overview.html

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-03-31 17:31:49 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20140331173149-f28yjk2s8pt15fqj
Tags: 1:2014.1~rc1-0ubuntu1
* New upstream release candidate (LP: #1288245).
  - d/static/*: Refreshed assets for new upstream release.
* d/theme/*: Refresh Ubuntu theme against Icehouse templates (LP: #1291653).

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    {% for volume in instance.volumes %}
120
120
        <dt>{% trans "Attached To" %}</dt>
121
121
        <dd>
122
 
            <a href="{% url 'horizon:project:volumes:detail' volume.volumeId %}">
 
122
            <a href="{% url 'horizon:project:volumes:volumes:detail' volume.volumeId %}">
123
123
            {% if volume.name %}
124
124
                {{ volume.name }}
125
125
            {%  else %}