Sha256: ae0dca7714e50fcedca77688d159ee374513703369a4ace80d6d0d2187d272b0
Contents?: true
Size: 199 Bytes
Versions: 7
Compression:
Stored size: 199 Bytes
Contents
<%= view_namespace %> ||= {} class <%= view_namespace %>.ShowView extends Backbone.View template: JST["<%= jst 'show' %>"] render: -> @$el.html(@template(@model.toJSON() )) return this
Version data entries
7 entries across 7 versions & 3 rubygems