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

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

Issue 9003043: Adds filter controls to the search in the browser
Left Patch Set: Created 10 years, 11 months ago
Right Patch Set: Adds filter controls to the search in the browser Created 10 years, 11 months 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:
Right: Side by side diff | Download
« no previous file with change/comment | « app/templates/browser-search.handlebars ('k') | app/templates/filters.handlebars » ('j') | 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 <div> 1 <div>
2 <h3 class="section-title"> 2 <h3 class="section-title">
3 {{#if hasExtra}} 3 {{#if hasExtra}}
4 <a href="" class="expandToggle"> 4 <a href="" class="expandToggle">
5 {{/if}} 5 {{/if}}
6 {{ name }} ({{ total }}) 6 {{ name }} ({{ total }})
7 {{#if hasExtra}} 7 {{#if hasExtra}}
8 <span class="expand"> 8 <span class="expand">
9 <span class="more"> 9 <span class="more">
10 <img src="/juju-ui/assets/images/expand_icon.jpg" alt="Expand" /> 10 <img src="/juju-ui/assets/images/expand_icon.png" alt="Expand" />
11 </span> 11 </span>
12 <span class="less hidden"> 12 <span class="less hidden">
13 <img src="/juju-ui/assets/images/contract_icon.jpg" 13 <img src="/juju-ui/assets/images/contract_icon.png"
14 alt="Contract" /> 14 alt="Contract" />
15 </span> 15 </span>
16 </span> 16 </span>
17 </a> 17 </a>
18 {{/if}} 18 {{/if}}
19 </h3> 19 </h3>
20 <div class="charms yui3-g"> 20 <div class="charms yui3-g">
21 </div> 21 </div>
22 </div> 22 </div>
LEFTRIGHT

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