Sha256: 735cbd91a5474811a02e4f9bdc39ab626dfa5e51d3f5ef77a074d63a07b3ba6b

Contents?: true

Size: 1.46 KB

Versions: 15

Compression:

Stored size: 1.46 KB

Contents

<div class="tester-avatar">{{{avatarImage}}}</div>
<form accept-charset="UTF-8" action="/tickets/{{ticketId}}/testing_notes/{{id}}" class="testing-note-form" id="edit_testing_note_{{id}}" method="post">
  <p>
    <input data-attr="ticket_id" id="testing_note_{{id}}_ticket_id" name="ticket_id" type="hidden" value="{{ticketId}}" />
    {{#if tester}}
    <label for="testing_note_{{id}}_verdict_works">{{{radioButton "testing_note" id "verdict" "works" verdict}}} Works as written</label> (Could be improved?
    <a href="/projects/{{projectSlug}}/tickets/new" target="_blank">File a ticket!</a> <img alt="stuck_out_tongue_winking_eye" height="20" width="20" src="/images/emoji/stuck_out_tongue_winking_eye.png" class="emoji">)<br />
    <label for="testing_note_{{id}}_verdict_fails">{{{radioButton "testing_note" id "verdict" "fails" verdict}}} Doesn't do what it says or introduces a regression</label><br />
    <label for="testing_note_{{id}}_verdict_badticket">{{{radioButton "testing_note" id "verdict" "badticket" verdict}}} I do not understand how to test this ticket</label><br />
    <label for="testing_note_{{id}}_verdict_none">{{{radioButton "testing_note" id "verdict" "none" verdict}}} No verdict</label>
    {{/if}}
  </p>
  <p>
    <textarea id="testing_note_comment" name="comment">{{comment}}</textarea>
  </p>
  <p>
    <button class="btn btn-primary" name="commit" type="submit">Save</button>
    <button class="btn btn-cancel" name="cancel">Cancel</button>
  </p>
</form>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
houston-core-0.7.0.beta3 app/assets/templates/testing_notes/edit.hbs
houston-core-0.7.0.beta2 app/assets/templates/testing_notes/edit.hbs
houston-core-0.7.0.beta app/assets/templates/testing_notes/edit.hbs
houston-core-0.6.3 app/assets/templates/testing_notes/edit.hbs
houston-core-0.6.2 app/assets/templates/testing_notes/edit.hbs
houston-core-0.6.1 app/assets/templates/testing_notes/edit.hbs
houston-core-0.6.0 app/assets/templates/testing_notes/edit.hbs
houston-core-0.5.6 app/assets/templates/testing_notes/edit.hbs
houston-core-0.5.5 app/assets/templates/testing_notes/edit.hbs
houston-core-0.5.4 app/assets/templates/testing_notes/edit.hbs
houston-core-0.5.3 app/assets/templates/testing_notes/edit.hbs
houston-core-0.5.2 app/assets/templates/testing_notes/edit.hbs
houston-core-0.5.1 app/assets/templates/testing_notes/edit.hbs
houston-core-0.5.0 app/assets/templates/testing_notes/edit.hbs
houston-core-0.5.0.beta1 app/assets/templates/testing_notes/edit.hbs