Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Created December 22, 2014 15:32
Show Gist options
  • Save thenickcox/88e6653264c3aa525bbd to your computer and use it in GitHub Desktop.
Save thenickcox/88e6653264c3aa525bbd to your computer and use it in GitHub Desktop.
App.AlbumItemView = Backbone.View.extend
tagName: 'li'
template: _.template "<a href='/users/<%= user_id %>/albums/<%= id %>'><%= title %></a>"
render: ->
@$el.html @template @model.attributes
this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment