You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

delete_modal_actions.tmpl 253 B

12345678910
  1. <div class="actions">
  2. <div class="ui red basic inverted cancel button">
  3. {{svg "octicon-trashcan"}}
  4. {{.i18n.Tr "modal.no"}}
  5. </div>
  6. <div class="ui green basic inverted ok button">
  7. {{svg "octicon-check"}}
  8. {{.i18n.Tr "modal.yes"}}
  9. </div>
  10. </div>