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

Unified Diff: devtools-panel.html

Issue 29770586: Issue 6670 - Display the rewritten to info if applicable in the devtools (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: HTML fixes. Created May 4, 2018, 6:59 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
« no previous file with comments | « no previous file | devtools-panel.js » ('j') | skin/devtools-panel.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devtools-panel.html
===================================================================
--- a/devtools-panel.html
+++ b/devtools-panel.html
@@ -82,17 +82,22 @@
<footer>
<a id="reload">Reload</a> page to see effect of filter changes
</footer>
<template>
<tr>
<td>
<div class="request-wrapper">
- <a class="resource-link" href="" target="_blank">&nbsp;</a>
+ <div>
+ <a class="resource-link" href="" target="_blank">&nbsp;</a>
+ <span class="rewritten-to" style="display:none;"> rewritten to
Thomas Greiner 2018/05/07 17:20:29 Detail: We don't use inline styles so that we can
hub 2018/05/07 21:03:01 Done.
+ <a href="" target="_blank"></a>
+ </span>
+ </div>
<div class="domain"></div>
</div>
</td>
<td>
<div class="type"></div>
</td>
<td>
<div class="action-wrapper">
« no previous file with comments | « no previous file | devtools-panel.js » ('j') | skin/devtools-panel.css » ('J')

Powered by Google App Engine
This is Rietveld