harness-drone/cmd/drone-server/static/scripts/views/repos/del.html
2015-09-02 16:14:25 -07:00

19 lines
No EOL
498 B
HTML

<main>
<article>
<section style="padding:30px; background-color:#bf616a;">
<button ng-click="delete(repo.full_name)" style="color:rgba(255,255,255,0.9);
text-transform: uppercase;
text-decoration: none;
border: 1px solid rgba(255,255,255,0.9);
padding: 10px;
background:transparent;
display:inline-block;
cursor:pointer;
margin-right: 10px;">Delete</button>
<span style="color:rgba(255,255,255,0.9);font-size:16px;">Warning: this action cannot be undone.</span>
</section>
</article>
</main>