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
|
@ -68,10 +68,6 @@ class ProjectsController < ProjectResourceController
|
|||
end
|
||||
end
|
||||
|
||||
def files
|
||||
@notes = @project.notes.where("attachment != 'NULL'").order("created_at DESC").limit(100)
|
||||
end
|
||||
|
||||
#
|
||||
# Wall
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue