Font Awesome, jbuilder templates, getting rid of beatparser

This commit is contained in:
Gregory Eremin
2012-09-09 17:48:24 +04:00
parent be5a643b55
commit 9cb145f0d7
42 changed files with 520 additions and 233 deletions
@@ -0,0 +1,7 @@
class BeatHaven.Views.MainTour extends Backbone.View
template: HoganTemplates["backbone/templates/main/tour"]
render: ->
$(".fullscreen").show()
$(@el).html(@template.render())
this