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

Unified Diff: popup.html

Issue 29583568: Issue 5880 - Basic issue reporter implementation (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Patch Set: Do not offer issue reporter for local pages Created Oct. 19, 2017, 2:06 p.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
« issue-reporter.js ('K') | « polyfill.js ('k') | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -92,16 +92,21 @@
</div>
</li>
<li>
<div id="show-iconnumber" class="checkbox" role="checkbox" aria-checked></div>
<label for="show-iconnumber" class="i18n_stats_show_iconnumber"></label>
</li>
</ul>
</li>
+
+ <li id="issueReporter" class="menu-item" role="button">
+ <div class="icon"></div>
+ <span class="i18n_sendReport"></span>
+ </li>
</ul>
</div>
<footer id="options" role="button">
<div class="icon"></div>
<span class="i18n_options_short"></span>
</footer>
« issue-reporter.js ('K') | « polyfill.js ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld