Skip to content

Commit

Permalink
fixing spacing on edit view scaffold. closes #130
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Fitzgerald committed Nov 21, 2012
1 parent 57c1fbc commit 3b02304
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ class <%= view_namespace %>.EditView extends Backbone.View
window.location.hash = "/#{@model.id}" window.location.hash = "/#{@model.id}"
) )


render : -> render: ->
@$el.html(@template(@model.toJSON() )) @$el.html(@template(@model.toJSON() ))


this.$("form").backboneLink(@model) this.$("form").backboneLink(@model)
Expand Down

0 comments on commit 3b02304

Please sign in to comment.