OSDN Git Service

Refactor project creation. Added logout link to profile page
authorGitLab <gitlab@localhost>
Thu, 17 Jan 2013 15:35:57 +0000 (17:35 +0200)
committerGitLab <gitlab@localhost>
Thu, 17 Jan 2013 15:35:57 +0000 (17:35 +0200)
commit232d61d59808e6f0c731d135d728800c4b13ae27
tree87356bbbd97abd549fcc489fb3bed60dc0438528
parentc7c1a97c2fecb8931bbe66af6860a072ca97335d
Refactor project creation. Added logout link to profile page
19 files changed:
app/assets/stylesheets/sections/projects.scss
app/contexts/project_update_context.rb [deleted file]
app/contexts/projects/create_context.rb [new file with mode: 0644]
app/contexts/projects/update_context.rb [new file with mode: 0644]
app/controllers/admin/projects_controller.rb
app/controllers/projects_controller.rb
app/helpers/namespaces_helper.rb
app/models/ability.rb
app/models/project.rb
app/models/user.rb
app/views/dashboard/_sidebar.html.haml
app/views/profiles/show.html.haml
app/views/projects/_form.html.haml
app/views/projects/_new_form.html.haml
app/views/projects/create.js.haml
features/project/project.feature
features/steps/project/project.rb
features/steps/shared/project.rb
lib/api/projects.rb