~ubuntu-branches/ubuntu/precise/horizon/precise-updates

« back to all changes in this revision

Viewing changes to horizon/horizon/dashboards/nova/templates/nova/images_and_snapshots/images/_launch.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-24 10:49:27 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120224104927-0v71grkyxtu106l4
Tags: 2012.1~e4~20120224.1386-0ubuntu1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
{% endblock %}
47
47
 
48
48
{% block modal-footer %}
49
 
  <input class="btn primary pull-right" type="submit" value="{% trans "Launch Instance" %}" />
 
49
  <input class="btn btn-primary pull-right" type="submit" value="{% trans "Launch Instance" %}" />
50
50
  <a href="{% url horizon:nova:images_and_snapshots:index %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
51
51
{% endblock %}