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

« back to all changes in this revision

Viewing changes to horizon/templates/base.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:
11
11
    {% include "horizon/_conf.html" %}
12
12
    {% include "horizon/client_side/_script_loader.html" %}
13
13
  </head>
14
 
  <body id="{% block body_id %}{% endblock %}">
 
14
  <body id="{% block body_id %}{% endblock %}" ng-app='horizonApp'>
15
15
    {% block content %}
16
16
      <div id="container">
17
17
        {% block sidebar %}