~ubuntu-branches/ubuntu/vivid/horizon/vivid-proposed

« back to all changes in this revision

Viewing changes to horizon/templates/base.html

  • Committer: Package Import Robot
  • Author(s): Corey Bryant, Corey Bryant, James Page
  • Date: 2015-02-16 13:50:29 UTC
  • mfrom: (0.10.1) (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150216135029-m632ppq5etw9te0c
Tags: 1:2015.1~b2-0ubuntu1
[ Corey Bryant ]
* New upstream release.
  - d/control: Align with upstream dependencies.
  - d/p/embedded-xstatic.patch: Refreshed. Code moved to new files.
  - d/p/fix-requirements.patch: Added to drop selenium dependency.

[ James Page ]
* d/bundle-xstatic.sh: Use --system flag when generating xstatic
  assets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    {% include "horizon/_custom_head_js.html" %}
16
16
  </head>
17
17
  <body id="{% block body_id %}{% endblock %}" ng-app='hz'>
 
18
    <noscript>
 
19
      <div class="javascript_disabled_alert">
 
20
        This application requires JavaScript to be enabled on your web browser.
 
21
      </div>
 
22
    </noscript>
18
23
    {% block content %}
19
24
      <div id="container">
20
25
        <div class='topbar'>