OSDN Git Service

fix sign in header
[pettanr/pettanr.git] / app / assets / javascripts / controllers / top.js.coffee
1 class Pettanr.TopController extends Pettanr.AppController\r
2   \r
3   index: () ->\r
4     r = new Pettanr.Views.Top.Index({operators: window.operators})\r
5     $("html").html(r.render().el)\r
6   \r