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

Unified Diff: app/templates/charm-search-result.handlebars

Issue 6749046: Separate environment and store charms
Patch Set: Separate environment and store charms Created 12 years, 6 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/views/charm.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/templates/charm-search-result.handlebars
=== modified file 'app/templates/charm-search-result.handlebars'
--- app/templates/charm-search-result.handlebars 2012-10-12 23:52:48 +0000
+++ app/templates/charm-search-result.handlebars 2012-10-19 01:44:45 +0000
@@ -9,10 +9,8 @@
<div>
<button class="btn btn-primary deploy"
- data-url="{{url}}"
- data-name="{{name}}"
- data-info-url="{{data_url}}">Deploy</button>
- <a class="charm-detail" href="{{url}}">
+ data-url="{{baseId}}">Deploy</button>
+ <a class="charm-detail" href="{{baseId}}">
{{#if owner}}{{owner}}/{{/if}}{{name}}</a>
<div class="charm-summary">{{summary}}</div>
« no previous file with comments | « app/store/charm.js ('k') | app/views/charm.js » ('j') | no next file with comments »

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