 Issue 29770586:
  Issue 6670 - Display the rewritten to info if applicable in the devtools  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockplusui/
    
  
    Issue 29770586:
  Issue 6670 - Display the rewritten to info if applicable in the devtools  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockplusui/| Index: devtools-panel.html | 
| =================================================================== | 
| --- a/devtools-panel.html | 
| +++ b/devtools-panel.html | 
| @@ -82,17 +82,19 @@ | 
| <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"> </a> | 
| + <div><a class="resource-link" href="" target="_blank"> </a> | 
| 
Sebastian Noack
2018/05/04 18:54:24
Nit: Put the <a> on a new line and indent the line
 
hub
2018/05/04 18:59:43
Done.
 | 
| + <span class="rewritten-to" style="display:none;"> rewritten to <a href="" target="_blank"></a></span> | 
| + <div> | 
| 
Sebastian Noack
2018/05/04 18:54:24
Is this meant to be </div> (closing)?
 
hub
2018/05/04 18:59:43
argh. yes.
 | 
| <div class="domain"></div> | 
| </div> | 
| </td> | 
| <td> | 
| <div class="type"></div> | 
| </td> | 
| <td> | 
| <div class="action-wrapper"> |