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

Side by Side Diff: app/subapps/browser/templates/browser_charm.handlebars

Issue 10416044: Add support for related charm loading and display
Patch Set: Add support for related charm loading and display Created 11 years, 8 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:
View unified diff | Download patch
« no previous file with comments | « app/store/charm.js ('k') | app/subapps/browser/views/charm.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="charm yui3-g"> 1 <div class="charm yui3-g">
2 <div class="content yui3-u-{{#if isFullscreen}}5-6{{else}}1{{/if}}"> 2 <div class="content yui3-u-{{#if isFullscreen}}3-4{{else}}1{{/if}}">
3 <div class="nav"> 3 <div class="nav">
4 <a href="" class="back"> 4 <a href="" class="back">
5 {{#if isFullscreen}} 5 {{#if isFullscreen}}
6 <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"
7 alt="&lt;" />Back 7 alt="&lt;" />Back
8 {{else}} 8 {{else}}
9 Close 9 Close
10 {{/if}} 10 {{/if}}
11 </a> 11 </a>
12 {{! The add class is used by the deploy method in 12 {{! The add class is used by the deploy method in
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 <option value="{{ . }}">{{ . }}</option> 258 <option value="{{ . }}">{{ . }}</option>
259 {{/each}} 259 {{/each}}
260 </select> 260 </select>
261 <div class="filecontent"> 261 <div class="filecontent">
262 </div> 262 </div>
263 </div> 263 </div>
264 </div> 264 </div>
265 </div> 265 </div>
266 </div> 266 </div>
267 {{#if isFullscreen}} 267 {{#if isFullscreen}}
268 <div class="content-sidebar yui3-u-1-6"> 268 <div class="content-sidebar yui3-u-1-4">
269 <h3>Useful links</h3> 269 <h3>Useful links</h3>
270 <ul class="vertical-links"> 270 <ul class="vertical-links">
271 <li><a href="">Juju community</a></li> 271 <li><a href="">Juju community</a></li>
272 <li><a href="">Online resources</a></li> 272 <li><a href="">Online resources</a></li>
273 <li><a href="">Write your own Charm</a></li> 273 <li><a href="">Write your own Charm</a></li>
274 <li><a href="">Contribute to this Charm</a></li> 274 <li><a href="">Contribute to this Charm</a></li>
275 </ul> 275 </ul>
276
277 <div class="related-charms">
278 </div>
276 </div> 279 </div>
280
277 {{/if}} 281 {{/if}}
278 </div> 282 </div>
OLDNEW
« no previous file with comments | « app/store/charm.js ('k') | app/subapps/browser/views/charm.js » ('j') | no next file with comments »

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