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

« back to all changes in this revision

Viewing changes to horizon/conf/panel_template/templates/panel_name/index.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-05-24 14:33:20 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120524143320-i7eswfq6ecxlvh5a
Tags: 2012.2~f1-0ubuntu1
* New usptream release. 
* Prepare for quantal:
  - debian/patches/fix-coverage-binary-name.patch: Refreshed.
* Temporarily pass the testsuite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% load horizon %}{% jstemplate %}[% extends '{{ dash_name }}/base.html' %]
 
2
[% load i18n %]
 
3
[% block title %][% trans "{{ panel_name|title }}" %][% endblock %]
 
4
 
 
5
[% block page_header %]
 
6
  [% include "horizon/common/_page_header.html" with title=_("{{ panel_name|title }}") %]
 
7
[% endblock page_header %]
 
8
 
 
9
[% block {{ dash_name }}_main %]
 
10
[% endblock %]
 
11
 
 
12
{% endjstemplate %}