Sha256: b5d012163ed5b57299fa52ecf1f8113931f8961e8c095a8fd1817903efb54b28
Contents?: true
Size: 198 Bytes
Versions: 28
Compression:
Stored size: 198 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
28 entries across 7 versions & 1 rubygems