diff options
author | David Lawrence <dkl@mozilla.com> | 2017-02-17 18:12:27 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-02-17 18:12:37 +0100 |
commit | e81dc874a529541cc39d7fe128c427babdc18f23 (patch) | |
tree | bf4c707560a6ba5bd4e366700c63bd7c9de3c7e4 /extensions/BMO | |
parent | e184203da9763fc5d7c9363b7ebb950b07c7c3da (diff) | |
download | bugzilla-e81dc874a529541cc39d7fe128c427babdc18f23.tar.gz bugzilla-e81dc874a529541cc39d7fe128c427babdc18f23.tar.xz |
Bug 1257608 - Convert all <button> elements to CSS styled <a> links
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/hook/bug_modal/edit-top_actions.html.tmpl | 5 |
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&bug_id=[% bug.id FILTER none %]"> +| <a href="page.cgi?id=attachment_bounty_form.html&bug_id=[% bug.id FILTER none %]"> [% has_bounty_attachment ? "Edit" : "Add" %] Bounty Tracking Attachment -</button> +</a> |