Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(344)

Delta Between Two Patch Sets: app/templates/charm-container.handlebars

Issue 8529043: Updates charm container design
Left Patch Set: Updates charm container design Created 12 years ago
Right Patch Set: Updates charm container design Created 12 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « [revision details] ('k') | app/widgets/charm-container.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 <div> 1 <div>
2 <h3>{{ name }} ({{ total }})</h3>·· 2 <h3>{{ name }} ({{ total }})</h3>··
3 {{#if hasExtra}} 3 {{#if hasExtra}}
4 <div class="expand"> 4 <div class="expand">
5 <span class="more"> 5 <span class="more">
6 &darr; 6 &darr;
7 </span> 7 </span>
8 <span class="less hidden"> 8 <span class="less hidden">
9 &uarr; 9 &uarr;
10 </span> 10 </span>
11 </div> 11 </div>
12 {{/if}} 12 {{/if}}
13 <div class="charms"> 13 <div class="charms">
14 </div> 14 </div>
15 </div> 15 </div>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b