set document title on owner pages

This commit is contained in:
Lisa Passing 2015-05-05 14:46:53 +02:00
parent 7373d47b14
commit 661b16255b

View File

@ -5,7 +5,9 @@
Route = TravisRoute.extend
needsAuth: false
# controllerName: 'owner'
titleToken: (model) ->
"#{model.name}"
renderTemplate: ->
@render 'owner', into: 'main'