Mercurial > hg > soundsoftware-site
comparison app/controllers/projects_controller.rb @ 1354:fc0fecf09eb9 bug_635
Restore our original repos settings page. But I don't think this is going to work well with the new routes configuration
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 18 Jul 2013 11:18:35 +0100 |
parents | 1aee31f54e13 |
children | 51364c0cd58f ce4819fa2692 |
comparison
equal
deleted
inserted
replaced
1348:0f5c32bfd33e | 1354:fc0fecf09eb9 |
---|---|
194 def settings | 194 def settings |
195 @issue_custom_fields = IssueCustomField.find(:all, :order => "#{CustomField.table_name}.position") | 195 @issue_custom_fields = IssueCustomField.find(:all, :order => "#{CustomField.table_name}.position") |
196 @issue_category ||= IssueCategory.new | 196 @issue_category ||= IssueCategory.new |
197 @member ||= @project.members.new | 197 @member ||= @project.members.new |
198 @trackers = Tracker.sorted.all | 198 @trackers = Tracker.sorted.all |
199 @repository ||= @project.repository | |
199 @wiki ||= @project.wiki | 200 @wiki ||= @project.wiki |
200 end | 201 end |
201 | 202 |
202 def edit | 203 def edit |
203 end | 204 end |