Return own tab for wall. Improve Wiki nav. Removed attachments listing page

This commit is contained in:
Dmitriy Zaporozhets 2013-03-18 22:43:14 +02:00
parent 6956f1f6e1
commit ae06a0aab8
12 changed files with 25 additions and 62 deletions

View file

@ -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
#