~ubuntu-branches/ubuntu/raring/horizon/raring

« back to all changes in this revision

Viewing changes to horizon/tests/test_dashboards/cats/kittens/templates/kittens/index.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-11-23 08:49:14 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20121123084914-95m0mzmiicdw64ti
Tags: 2013.1~g1-0ubuntu1
[ Adam Gandelman ]
* debian/patches/add_juju_settings_pannel.patch: Disable during
  Grizzly dev. cycle. 

[ Chuck Short ]
* New upstream relase.
* Refreshed patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends 'cats/base.html' %}
2
 
{% load i18n %}
3
 
{% block title %}{% trans "Kittens" %}{% endblock %}
4
 
 
5
 
{% block page_header %}
6
 
  {% include "horizon/common/_page_header.html" with title=_("Kittens") %}
7
 
{% endblock page_header %}
8
 
 
9
 
{% block cats_main %}
10
 
{% endblock %}
11
 
 
12