OSDN Git Service

Replace inline document.ready with dispatcher
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Thu, 2 May 2013 08:18:29 +0000 (11:18 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Thu, 2 May 2013 08:18:29 +0000 (11:18 +0300)
commitca225d92c38d955f3c39fd80e031396fee7723a3
tree9c313571cd56eb6a2bf7dfc36e671a75952ead13
parent4f5aae1d26ac66f8baf0574a2e457597a3e7cc33
Replace inline document.ready with dispatcher
15 files changed:
app/assets/javascripts/dispatcher.js.coffee [new file with mode: 0644]
app/helpers/application_helper.rb
app/views/dashboard/show.html.haml
app/views/groups/show.html.haml
app/views/issues/index.html.haml
app/views/layouts/admin.html.haml
app/views/layouts/application.html.haml
app/views/layouts/group.html.haml
app/views/layouts/profile.html.haml
app/views/layouts/project_resource.html.haml
app/views/layouts/user_team.html.haml
app/views/projects/edit.html.haml
app/views/projects/new.html.haml
app/views/projects/show.html.haml
app/views/teams/show.html.haml