OSDN Git Service

Move all stuff to groups controller
authorrandx <dmitriy.zaporozhets@gmail.com>
Tue, 2 Oct 2012 17:42:15 +0000 (20:42 +0300)
committerrandx <dmitriy.zaporozhets@gmail.com>
Tue, 2 Oct 2012 17:42:15 +0000 (20:42 +0300)
commit1b6a3dfec9bdadb8c607bf57e4b6699c4ab3a80b
treed5dc66af3f4a0f80f5fa14710b9c87d1f1f8c9bb
parentf9eda9b33a72cae91e51c5733fdf2c0d7b37d149
Move all stuff to groups controller
16 files changed:
app/assets/stylesheets/sections/projects.scss
app/controllers/dashboard_controller.rb
app/controllers/groups_controller.rb [new file with mode: 0644]
app/views/dashboard/_groups.html.haml
app/views/dashboard/index.html.haml
app/views/groups/_projects.html.haml [new file with mode: 0644]
app/views/groups/issues.atom.builder [new file with mode: 0644]
app/views/groups/issues.html.haml [new file with mode: 0644]
app/views/groups/merge_requests.html.haml [new file with mode: 0644]
app/views/groups/people.html.haml [new file with mode: 0644]
app/views/groups/search.html.haml [new file with mode: 0644]
app/views/groups/show.atom.builder [new file with mode: 0644]
app/views/groups/show.html.haml [new file with mode: 0644]
app/views/groups/show.js.haml [new file with mode: 0644]
app/views/layouts/group.html.haml
config/routes.rb