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

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 <div class="yui3-u-1-4"> 4 <span class="yui3-u">
5 <img url="{{ iconfile }}" alt="Icon" /> 5 {{#if iconfile }}
6 </div> 6 <img src="data:image/svg;base64,{{ iconfile }}" alt="{{ name }} icon ">
7 <div class="yui3-u-3-4"> 7 {{else}}
8 <h3 class="title"> 8 <div class="charm-icon"></div>
9 {{/if}}
10 </span>
11 <span class="yui3-u-3-4">
12 <span class="title">
9 {{ name }} 13 {{ name }}
10 </h3> 14 </span>
11 <div class="metadata"> 15 <span class="metadata">
12 {{ recent_commit_count }} {{pluralize 'commit' recent_commit_cou nt}}, 16 {{ recent_commit_count }} {{pluralize 'commit' recent_commit_cou nt}},
13 {{ recent_download_count }} 17 {{ recent_download_count }}
14 {{pluralize 'download' recent_download_count}} 18 {{pluralize 'download' recent_download_count}}
15 </div> 19 </span>
16 <p class="description">{{truncate description 110 }}</p> 20 <span class="description">{{truncate description 110 }}</span>
17 </div> 21 </span>
18 </a> 22 </a>
LEFTRIGHT

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