Sha256: c5a9532feb0ce0a1184f245faef39988b34a3bda7ede63055d89cbcaa3813a08

Contents?: true

Size: 196 Bytes

Versions: 4

Compression:

Stored size: 196 Bytes

Contents

<%= home_view_namespace %> ||= {}

class <%= home_view_namespace %>.IndexView extends Backbone.View
  template: JST["templates/home/index"]

  render: ->
    @$el.html(@template())
    return this

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pbw-0.1.1 lib/generators/pbw/templates/views/home.coffee
pbw-0.1.0 lib/generators/pbw/templates/views/home.coffee
pbw-0.0.10 lib/generators/pbw/templates/views/home.coffee
pbw-0.0.9 lib/generators/pbw/templates/views/home.coffee