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

Side by Side Diff: pages/modules.html

Issue 29441555: No issue - Handover website module ownership to Julian (Closed)
Patch Set: Created May 18, 2017, 9:54 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Modules 1 title=Modules
2 2
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 table 5 table
6 { 6 {
7 background: white; 7 background: white;
8 border-collapse: collapse; 8 border-collapse: collapse;
9 margin-top: 20px; 9 margin-top: 20px;
10 } 10 }
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 </tr> 523 </tr>
524 </table> 524 </table>
525 525
526 <table id="websites"> 526 <table id="websites">
527 <tr> 527 <tr>
528 <th>{{table-header-name Name}}</th> 528 <th>{{table-header-name Name}}</th>
529 <td>Websites</td> 529 <td>Websites</td>
530 </tr> 530 </tr>
531 <tr> 531 <tr>
532 <th>{{table-header-owner Owner}}</th> 532 <th>{{table-header-owner Owner}}</th>
533 <td><a href="mailto:julian@adblockplus.org">Julian Doucette</a></td>
534 </tr>
535 <tr>
536 <th>{{table-header-peers Peer(s)}}</th>
533 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td> 537 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td>
534 </tr> 538 </tr>
535 <tr> 539 <tr>
536 <th>{{table-header-peers Peer(s)}}</th>
537 <td><a href="mailto:julian@adblockplus.org">Julian Doucette</a></td>
538 </tr>
539 <tr>
540 <th>{{table-header-super-reviewer Super reviewer}}</th> 540 <th>{{table-header-super-reviewer Super reviewer}}</th>
541 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> 541 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
542 </tr> 542 </tr>
543 <tr> 543 <tr>
544 <th>{{table-header-source-path Source path(s)}}</th> 544 <th>{{table-header-source-path Source path(s)}}</th>
545 <td> 545 <td>
546 <ul> 546 <ul>
547 <li> 547 <li>
548 <a href="https://hg.adblockplus.org/web.eyeo.com">web.eyeo.com</a> 548 <a href="https://hg.adblockplus.org/web.eyeo.com">web.eyeo.com</a>
549 </li> 549 </li>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 <th>{{table-header-source-path Source path(s)}}</th> 583 <th>{{table-header-source-path Source path(s)}}</th>
584 <td> 584 <td>
585 <ul> 585 <ul>
586 <li> 586 <li>
587 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> 587 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a>
588 </li> 588 </li>
589 </ul> 589 </ul>
590 </td> 590 </td>
591 </tr> 591 </tr>
592 </table> 592 </table>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld