summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-02-17 18:12:27 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-17 18:12:37 +0100
commite81dc874a529541cc39d7fe128c427babdc18f23 (patch)
treebf4c707560a6ba5bd4e366700c63bd7c9de3c7e4 /extensions/BMO/template
parente184203da9763fc5d7c9363b7ebb950b07c7c3da (diff)
downloadbugzilla-e81dc874a529541cc39d7fe128c427babdc18f23.tar.gz
bugzilla-e81dc874a529541cc39d7fe128c427babdc18f23.tar.xz
Bug 1257608 - Convert all <button> elements to CSS styled <a> links
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r--extensions/BMO/template/en/default/hook/bug_modal/edit-top_actions.html.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/BMO/template/en/default/hook/bug_modal/edit-top_actions.html.tmpl b/extensions/BMO/template/en/default/hook/bug_modal/edit-top_actions.html.tmpl
index a21e8a441..b096644c9 100644
--- a/extensions/BMO/template/en/default/hook/bug_modal/edit-top_actions.html.tmpl
+++ b/extensions/BMO/template/en/default/hook/bug_modal/edit-top_actions.html.tmpl
@@ -16,7 +16,6 @@
END;
END;
%]
-<button type="button" class="minor button-link"
- data-href="page.cgi?id=attachment_bounty_form.html&amp;bug_id=[% bug.id FILTER none %]">
+| <a href="page.cgi?id=attachment_bounty_form.html&amp;bug_id=[% bug.id FILTER none %]">
[% has_bounty_attachment ? "Edit" : "Add" %] Bounty Tracking Attachment
-</button>
+</a>