Sha256: 17ea63950ba8f692c8d3039593054fbfc86cf324d81ba8471fbc37db235d812e

Contents?: true

Size: 391 Bytes

Versions: 45

Compression:

Stored size: 391 Bytes

Contents

{% import 'macros/forms.html' as forms %}
{% from "macros/change.html" import change with context %}

{% extends "layouts/base.html" %}
{% block content %}

<h1>{{ pageTitle }}</h1>

{{ change(c) }}

{% if authz.advertiseAction('stopChange') %}
  <h3>Cancel Builds For Change:</h3>
  {{ forms.stop_change_builds("/builders/_all/stopchangeall", c.number, authz) }}
{% endif %}
{% endblock %}

Version data entries

45 entries across 45 versions & 6 rubygems

Version Path
bmhatfield-vagrant-1.0.10 test/buildbot/master/templates/change.html
bmhatfield-vagrant-1.0.9 test/buildbot/master/templates/change.html
bmhatfield-vagrant-1.0.8 test/buildbot/master/templates/change.html
bmhatfield-vagrant-1.0.7 test/buildbot/master/templates/change.html
vagrantup-1.0.7 test/buildbot/master/templates/change.html
vagrantup-1.0.6 test/buildbot/master/templates/change.html
vagrantup-1.0.5 test/buildbot/master/templates/change.html
vagrantup-1.0.4 test/buildbot/master/templates/change.html
vagrantup-1.0.3 test/buildbot/master/templates/change.html
vagrantup-1.0.2 test/buildbot/master/templates/change.html
vagrantup-1.0.1 test/buildbot/master/templates/change.html
vagrantup-1.0.0 test/buildbot/master/templates/change.html
vagrantup-0.9.99.2 test/buildbot/master/templates/change.html
vagrantup-0.9.99.1 test/buildbot/master/templates/change.html
vagrantup-0.9.7 test/buildbot/master/templates/change.html
vagrantup-0.9.6 test/buildbot/master/templates/change.html
vagrantup-0.9.5 test/buildbot/master/templates/change.html
vagrantup-0.9.4 test/buildbot/master/templates/change.html
vagrantup-0.9.3 test/buildbot/master/templates/change.html
vagrantup-0.9.2 test/buildbot/master/templates/change.html