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

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

Issue 8726048: Support linking through router code for urls.
Left Patch Set: Support linking through router code for urls. Created 10 years, 11 months ago
Right Patch Set: Support linking through router code for urls. 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « app/templates/browser-search.handlebars ('k') | test/test_browser_app.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 iconfile }} 5 {{#if iconfile }}
6 <img src="data:image/svg;base64,{{ iconfile }}" alt="{{ name }} icon "> 6 <img src="data:image/svg;base64,{{ iconfile }}" alt="{{ name }} icon ">
7 {{else}} 7 {{else}}
8 <div class="charm-icon"></div> 8 <div class="charm-icon"></div>
jeff.pihach 2013/04/19 16:29:45 I think the indentation is off here.
9 {{/if}} 9 {{/if}}
10 </span> 10 </span>
11 <span class="yui3-u-3-4"> 11 <span class="yui3-u-3-4">
12 <span class="title"> 12 <span class="title">
13 {{ name }} 13 {{ name }}
14 </span> 14 </span>
15 <span class="metadata"> 15 <span class="metadata">
16 {{ recent_commit_count }} {{pluralize 'commit' recent_commit_cou nt}}, 16 {{ recent_commit_count }} {{pluralize 'commit' recent_commit_cou nt}},
17 {{ recent_download_count }} 17 {{ recent_download_count }}
18 {{pluralize 'download' recent_download_count}} 18 {{pluralize 'download' recent_download_count}}
19 </span> 19 </span>
20 <span class="description">{{truncate description 110 }}</span> 20 <span class="description">{{truncate description 110 }}</span>
21 </span> 21 </span>
22 </a> 22 </a>
LEFTRIGHT

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