diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-07 12:32:26 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-07 12:32:26 +0100 |
commit | 03c137678be36ed0d10d3754a375753dbd450f39 (patch) | |
tree | 60268ccff54620c8216bbd1e41c34b855325a686 | |
parent | 07bf276c372e5131bd97f1e4c52cfdccbc95f93a (diff) |
Fix annoying jump when "Get updates" drawer opened
-rw-r--r-- | templates/web/base/report/display_tools.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/report/display_tools.html b/templates/web/base/report/display_tools.html index 004ae29e5..c1413d9c7 100644 --- a/templates/web/base/report/display_tools.html +++ b/templates/web/base/report/display_tools.html @@ -30,10 +30,10 @@ <div id="report-updates-data" class="hidden-js"> <form action="[% c.uri_for( '/alert/subscribe' ) %]" method="post"> - <a href="[% c.uri_for( '/rss', problem.id ) %]"> + <p><a href="[% c.uri_for( '/rss', problem.id ) %]"> <img src="/i/feed.png" width="16" height="16" title="[% loc('RSS feed') %]" alt="[% loc('RSS feed of updates to this problem' ) %]" border="0"> </a> - <p>[% loc('Receive email when updates are left on this problem.' ) %]</p> + [% loc('Receive email when updates are left on this problem.' ) %]</p> <fieldset> <label class="hidden n" for="alert_rznvy">[% loc('Your email') %]</label> <div class="form-txt-submit-box"> |