OSDN Git Service

move notes login to one controller
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Fri, 24 Feb 2012 07:16:06 +0000 (09:16 +0200)
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>
Fri, 24 Feb 2012 07:16:06 +0000 (09:16 +0200)
commit215a01f63ccdc085f75a48f6f7ab6f2b15b5852c
tree1329ce23a44973793a104924e2076841651b7d84
parent81092c01984a481e312de10a28e3f1a6dda182a3
move notes login to one controller
15 files changed:
app/assets/javascripts/note.js
app/controllers/application_controller.rb
app/controllers/commits_controller.rb
app/controllers/issues_controller.rb
app/controllers/merge_requests_controller.rb
app/controllers/notes_controller.rb
app/controllers/projects_controller.rb
app/views/commits/show.html.haml
app/views/issues/show.html.haml
app/views/merge_requests/show.html.haml
app/views/notes/_notes.html.haml
app/views/notes/index.js.haml [moved from app/views/issues/show.js.haml with 100% similarity]
app/views/projects/wall.html.haml
app/views/projects/wall.js.haml [deleted file]
config/routes.rb