~ubuntu-branches/ubuntu/utopic/horizon/utopic

« back to all changes in this revision

Viewing changes to openstack_dashboard/dashboards/admin/info/templates/info/index.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-07-25 11:39:09 UTC
  • mfrom: (1.1.42)
  • Revision ID: package-import@ubuntu.com-20140725113909-b8920pdy87itn1ro
Tags: 1:2014.2~b2-0ubuntu1
* New upstream release.
* debian/patches/ubuntu_settings.patch: Refresed
* debian/patches/fix-dashboard-manage.patch: Refreshed
* debian/patches/fix-dashboard-django-wsgi.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
<div class="row-fluid">
11
11
  <div class="span12">
12
12
    {{ tab_group.render }}
 
13
    <div class="version_label">
 
14
      {% blocktrans with version_info=version %}Version: {{version_info}}
 
15
      {% endblocktrans %}
 
16
    </div>
13
17
  </div>
14
18
</div>
15
19
{% endblock %}