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

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

Issue 8797047: Add the 'is reviwed' badge to the charm icons
Left Patch Set: Created 11 years, 11 months ago
Right Patch Set: Add the 'is reviwed' badge to the charm icons Created 11 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « app/subapps/browser/templates/browser_charm.handlebars ('k') | app/widgets/charm-token.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
1 <a href="/bws/sidebar/{{id}}" 1 <a href="/bws/sidebar/{{id}}"
2 class="charm-token yui3-g" 2 class="charm-token yui3-g"
3 data-charmid="{{id}}"> 3 data-charmid="{{id}}">
4 <span class="yui3-u"> 4 <span class="yui3-u">
5 {{#if is_approved}}
6 <i class="sprite badge-approved"></i>
7 {{/if}}
5 {{#if icon}} 8 {{#if icon}}
6 <img src="data:image/svg+xml;base64,{{ icon }}" alt="{{ name }} icon " class="icon"> 9 <img src="data:image/svg+xml;base64,{{ icon }}" alt="{{ name }} icon " class="icon">
7 {{else}} 10 {{else}}
8 <div class="charm-icon"></div> 11 <div class="charm-icon">
12 </div>
9 {{/if}} 13 {{/if}}
10 {{#if is_approved}}
11 <i class="sprite badge-approved"></i>
12 {{/if}}
13
14 </span> 14 </span>
15 <span class="yui3-u-5-7"> 15 <span class="yui3-u-5-7">
16 <span class="title"> 16 <span class="title">
17 {{ name }} 17 {{ name }}
18 </span> 18 </span>
19 <span class="metadata"> 19 <span class="metadata">
20 <strong>{{ recent_download_count }}</strong> 20 <strong>{{ recent_download_count }}</strong>
21 {{pluralize 'download' recent_download_count}}, 21 {{pluralize 'download' recent_download_count}},
22 <strong>{{ recent_commit_count }}</strong> 22 <strong>{{ recent_commit_count }}</strong>
23 {{pluralize 'commit' recent_commit_count}} 23 {{pluralize 'commit' recent_commit_count}}
24 </span> 24 </span>
25 <span class="description">{{truncate description 110 }}</span> 25 <span class="description">{{truncate description 110 }}</span>
26 </span> 26 </span>
27 </a> 27 </a>
LEFTRIGHT

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