Remove show action
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
HabitTracker.Views.Habits ||= {}
|
||||
|
||||
class HabitTracker.Views.Habits.ShowView extends Backbone.View
|
||||
template: JST["backbone/templates/habits/show"]
|
||||
|
||||
render: ->
|
||||
$(@el).html(@template(@model.toJSON() ))
|
||||
return this
|
||||
Reference in New Issue
Block a user