Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: desktop-options.html

Issue 29616555: Issue 6082 - Update suport section in the help tab (Closed)
Patch Set: Created Nov. 23, 2017, 11:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | desktop-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: desktop-options.html
===================================================================
--- a/desktop-options.html
+++ b/desktop-options.html
@@ -317,9 +317,11 @@
<section class="cols">
<h2 class="i18n_options_support_title"></h2>
<ul>
- <li id="report-issue" class="i18n_options_report_issue"></li>
- <li id="report-ad" class="i18n_options_report_ad"></li>
- <li id="report-bug" class="i18n_options_report_bug"></li>
+ <li id="report-bug">
+ <span class="i18n_options_report_bug"></span>
+ <span class="i18n_options_email"></span>
+ <a href="mailto:support@adblockplus.org">support@adblockplus.org</a>
+ </li>
Thomas Greiner 2017/11/23 15:02:17 It's a pity that we're left with only the email li
saroyanm 2017/11/23 16:04:32 Seems like the specification is updated -> https:/
<li id="visit-forum" class="i18n_options_report_forum"></li>
</ul>
</section>
« no previous file with comments | « no previous file | desktop-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld