webhook support
[phorkie.git] / data / templates / delete.htm
index 8c0fc61f06011cf7cb5c15c4f32d898c727e9098..4a935498d4f535e07ab1e8283ea72b9fdc47e250 100644 (file)
@@ -3,6 +3,10 @@
 Confirm deletion of repository #{{repo.id}}
 {% endblock %}
 
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
 {% block content %}
 <h1>Delete paste #{{repo.id}}?</h1>
 <div class="well" style="margin-top: 5ex;">
@@ -17,9 +21,9 @@ Confirm deletion of repository #{{repo.id}}
   <div class="span6">
    <a class="btn" href="{{repo.getLink('display')}}">Cancel</a>
   </div>
-  <div class="span6" style="text-align: right">
+  <div class="span6">
    <form method="post" action="{{repo.getLink('delete-confirm')}}" style="margin: 0px">
-    <button class="btn btn-danger" type="submit">
+    <button class="btn btn-danger pull-right" type="submit">
      <i class="icon-trash icon-white"></i>
      Permanently delete
     </button>