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

Delta Between Two Patch Sets: app/subapps/browser/templates/browser_charm.handlebars

Issue 10253055: Fix CI tests
Left Patch Set: Created 10 years, 9 months ago
Right Patch Set: Fix CI tests Created 10 years, 9 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « [revision details] ('k') | app/subapps/browser/templates/sidebar.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
1
2 <div class="charm yui3-g"> 1 <div class="charm yui3-g">
3 <div class="content yui3-u-{{#if isFullscreen}}5-6{{else}}1{{/if}}"> 2 <div class="content yui3-u-{{#if isFullscreen}}5-6{{else}}1{{/if}}">
4 <div class="nav"> 3 <div class="nav">
5 <a href="" class="back"> 4 <a href="" class="back">
6 {{#if isFullscreen}} 5 {{#if isFullscreen}}
7 <img src="/juju-ui/assets/images/browser_back_button_arrow.p ng" 6 <img src="/juju-ui/assets/images/browser_back_button_arrow.p ng"
8 alt="&lt;" />Back 7 alt="&lt;" />Back
9 {{else}} 8 {{else}}
10 Close 9 Close
11 {{/if}} 10 {{/if}}
12 </a> 11 </a>
13 {{! The add class is used by the deploy method in 12 {{! The add class is used by the deploy method in
14 test/test_charm_running.py. If you change this name, change 13 test/test_charm_running.py. If you change this name, change
15 the other one too! }} 14 the other one too! }}
jeff.pihach 2013/06/14 17:41:21 Good idea with the comment!
16 <a href="" class="add">Add</a> 15 <a href="" class="add">Add</a>
17 <a href="" class="share"> 16 <a href="" class="share">
18 <img src="/juju-ui/assets/images/browser_share_button_icon.png" 17 <img src="/juju-ui/assets/images/browser_share_button_icon.png"
19 alt="Share" />Share 18 alt="Share" />Share
20 </a> 19 </a>
21 </div> 20 </div>
22 21
23 {{#if failingProviders}} 22 {{#if failingProviders}}
24 <div class="provider-warning"><i class="sprite alert_icon2"></i> 23 <div class="provider-warning"><i class="sprite alert_icon2"></i>
25 <span>Currently fails on</span> 24 <span>Currently fails on</span>
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 <h3>Useful links</h3> 269 <h3>Useful links</h3>
271 <ul class="vertical-links"> 270 <ul class="vertical-links">
272 <li><a href="">Juju community</a></li> 271 <li><a href="">Juju community</a></li>
273 <li><a href="">Online resources</a></li> 272 <li><a href="">Online resources</a></li>
274 <li><a href="">Write your own Charm</a></li> 273 <li><a href="">Write your own Charm</a></li>
275 <li><a href="">Contribute to this Charm</a></li> 274 <li><a href="">Contribute to this Charm</a></li>
276 </ul> 275 </ul>
277 </div> 276 </div>
278 {{/if}} 277 {{/if}}
279 </div> 278 </div>
LEFTRIGHT

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