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

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/project/images_and_snapshots/templates/images_and_snapshots/images/detail.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-12-05 14:39:15 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: package-import@ubuntu.com-20131205143915-5u8q3kdxdw8e7maz
Tags: upstream-2014.1~b1
ImportĀ upstreamĀ versionĀ 2014.1~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends 'base.html' %}
2
2
{% load i18n %}
3
3
 
4
 
{% block title %}{% trans "Image Detail "%}{% endblock %}
 
4
{% block title %}{% trans "Image Details"%}{% endblock %}
5
5
 
6
6
{% block page_header %}
7
 
  {% include "horizon/common/_page_header.html" with title="Image Detail" %}
 
7
  {% include "horizon/common/_page_header.html" with title=_("Image Details: ")|add:image.name|default:_("Image Details:") %}
8
8
{% endblock page_header %}
9
9
 
10
10
{% block main %}