You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2018/02/06 17:14:30 UTC

allura git commit: Fix visual style on a modal cancel button

Repository: allura
Updated Branches:
  refs/heads/kt/fix_cancel_btn [created] b13f58cee


Fix visual style on a modal cancel button


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/b13f58ce
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/b13f58ce
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/b13f58ce

Branch: refs/heads/kt/fix_cancel_btn
Commit: b13f58cee8f7b7697932a9ad7f939cc652b5ad7b
Parents: 8c39d4f
Author: Kenton Taylor <kt...@slashdotmedia.com>
Authored: Tue Feb 6 17:14:17 2018 +0000
Committer: Kenton Taylor <kt...@slashdotmedia.com>
Committed: Tue Feb 6 17:14:17 2018 +0000

----------------------------------------------------------------------
 Allura/allura/templates/app_admin_delete.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/b13f58ce/Allura/allura/templates/app_admin_delete.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/app_admin_delete.html b/Allura/allura/templates/app_admin_delete.html
index 1f66697..995f140 100644
--- a/Allura/allura/templates/app_admin_delete.html
+++ b/Allura/allura/templates/app_admin_delete.html
@@ -23,7 +23,7 @@
 <hr>
 <p>
   <input type="submit" value="Delete" class="delete-tool">
-  <input type="button" value="Cancel" class="close">
+  <a href="#" class="close">Cancel</a>
 </p>
 <input type="hidden" name="tool-0.mount_point" value="{{ app.config.options.mount_point }}">
 <input type="hidden" name="tool-0.delete" value="Delete">