Return own tab for wall. Improve Wiki nav. Removed attachments listing page
This commit is contained in:
parent
6956f1f6e1
commit
ae06a0aab8
12 changed files with 25 additions and 62 deletions
|
@ -32,6 +32,9 @@ module Projects
|
|||
@project.namespace_id = current_user.namespace_id
|
||||
end
|
||||
|
||||
# Disable wall by default
|
||||
@project.wall_enabled = false
|
||||
|
||||
@project.creator = current_user
|
||||
|
||||
# Import project from cloneable resource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue