aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/project-admin/links/views/DeletionModalTemplate.hbs
blob: b8d744c83d907bb5c0b450f8ab497c77b3cf7589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<form>
  <div class="modal-head">
    <h2>{{t 'project_links.delete_project_link'}}</h2>
  </div>
  <div class="modal-body">
    <div class="js-modal-messages"></div>
    {{tp 'project_links.are_you_sure_to_delete_x_link' link.name}}
  </div>
  <div class="modal-foot">
    <button id="delete-link-confirm" class="button-red">{{t 'delete'}}</button>
    <a href="#" class="js-modal-close">{{t 'cancel'}}</a>
  </div>
</form>