Commit 4d287aa

mo khan <mo@mokhan.ca>
2014-11-11 02:46:44
fix link binding.
1 parent 2121cda
Changed files (1)
app
assets
javascripts
templates
app/assets/javascripts/templates/video.hbs
@@ -3,6 +3,6 @@
   {{#link-to 'video.edit' this}}edit{{/link-to}}
   <a href="#"{{action 'delete'}}>delete</a>
   <p>{{description}}</p>
-  <a href="{{uri}}">{{uri}}</a>
+  <a {{bindAttr href="uri"}}>{{uri}}</a>
 {{/unless}}
 {{outlet}}