Sha256: c44374516b95f2504f1db08fc5c894eaf70b4a8d4f9ae78e6d5fcd88375252c8

Contents?: true

Size: 425 Bytes

Versions: 6

Compression:

Stored size: 425 Bytes

Contents

<div class="modal-header">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
  {{#if title}}
    <h4 id="modal_label">
      <span>{{title}}</span><br />
      {{#if subtitle}}<small>{{subtitle}}</small>{{/if}}
    </h4>
  {{/if}}
</div>
<div class="modal-body">
  {{#if body}}
    <p>{{body}}</p>
  {{/if}}
</div>
<div class="modal-footer">
  <a href="#" class="btn">Close</a>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sensu-dashboard-0.10.4 lib/sensu-dashboard/assets/javascripts/templates/modal.hbs
sensu-dashboard-0.10.3 lib/sensu-dashboard/assets/javascripts/templates/modal.hbs
sensu-dashboard-0.10.2 lib/sensu-dashboard/assets/javascripts/templates/modal.hbs
sensu-dashboard-0.10.1 lib/sensu-dashboard/assets/javascripts/templates/modal.hbs
sensu-dashboard-0.10.0 lib/sensu-dashboard/assets/javascripts/templates/modal.hbs
sensu-dashboard-0.9.9 lib/sensu-dashboard/assets/javascripts/templates/modal.hbs