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

Unified 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, 9 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/store/charm.js ('k') | app/subapps/browser/views/charm.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/subapps/browser/templates/browser_charm.handlebars
=== modified file 'app/subapps/browser/templates/browser_charm.handlebars'
--- app/subapps/browser/templates/browser_charm.handlebars 2013-06-14 18:18:57 +0000
+++ app/subapps/browser/templates/browser_charm.handlebars 2013-06-18 18:00:07 +0000
@@ -1,5 +1,5 @@
<div class="charm yui3-g">
- <div class="content yui3-u-{{#if isFullscreen}}5-6{{else}}1{{/if}}">
+ <div class="content yui3-u-{{#if isFullscreen}}3-4{{else}}1{{/if}}">
<div class="nav">
<a href="" class="back">
{{#if isFullscreen}}
@@ -265,7 +265,7 @@
</div>
</div>
{{#if isFullscreen}}
- <div class="content-sidebar yui3-u-1-6">
+ <div class="content-sidebar yui3-u-1-4">
<h3>Useful links</h3>
<ul class="vertical-links">
<li><a href="">Juju community</a></li>
@@ -273,6 +273,10 @@
<li><a href="">Write your own Charm</a></li>
<li><a href="">Contribute to this Charm</a></li>
</ul>
+
+ <div class="related-charms">
+ </div>
</div>
+
{{/if}}
</div>
« 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