travis-web/assets/scripts/app/views/not-found.coffee
2015-01-29 13:39:06 +01:00

5 lines
84 B
CoffeeScript

View = Ember.View.extend
layoutName: 'layouts/simple'
Travis.NotFoundView = View