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

Delta Between Two Patch Sets: templates/product-home.tmpl

Issue 29567642: Issue 5414 - Add style guide page to help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Left Patch Set: Created Oct. 6, 2017, 10:28 a.m.
Right Patch Set: Update default.tmpl to include .container.content classes Created Oct. 16, 2017, 2:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « templates/default.tmpl ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 {% extends "templates/default" %} 1 {% extends "templates/minimal" %}
2 2
3 {% set product = products[product_id] %} 3 {% set product = products[product_id] %}
4 4
5 {% block body %} 5 {% block body %}
6 <main id="main" class="container"> 6 <main id="main" class="container">
7 <h1 class="product-heading"> 7 <h1 class="product-heading">
8 <img class="heading-icon" src="/img/png/logo-{{ product_id }}.png" srcset="/ img/svg/logo-{{ product_id }}.svg 2x" alt="{{ product.full_name+" Logo" | transl ate( product_id+"-logo-alt", "Image alt text") }}"> 8 <img class="heading-icon" src="/img/png/logo-{{ product_id }}.png" srcset="/ img/svg/logo-{{ product_id }}.svg 2x" alt="{{ product.full_name+" Logo" | transl ate( product_id+"-logo-alt", "Image alt text") }}">
9 9
10 {{ product.full_name + " Help Center" | translate(product_id+"-help-home-tit le", "Page title") }} 10 {{ product.full_name + " Help Center" | translate(product_id+"-help-home-tit le", "Page title") }}
11 </h1> 11 </h1>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 </li> 51 </li>
52 {% endfor %} 52 {% endfor %}
53 </ul> 53 </ul>
54 </section> 54 </section>
55 {% endif %} 55 {% endif %}
56 {% endfor %} 56 {% endfor %}
57 </div> 57 </div>
58 58
59 </main> 59 </main>
60 {% endblock %} 60 {% endblock %}
61
62 {% block footer %}
63 <? include contact ?>
64 {% endblock %}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld