merged from develop
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
class ResourceView extends Backbone.View
|
||||
initialize: ->
|
||||
if "" is @model.description
|
||||
@model.description = null
|
||||
|
||||
render: ->
|
||||
$(@el).html(Handlebars.templates.resource(@model))
|
||||
|
||||
Reference in New Issue
Block a user