@@ -31,22 +31,15 class IssuesController < ApplicationController | |||||
31 |
|
31 | |||
32 | helper :journals |
|
32 | helper :journals | |
33 | helper :projects |
|
33 | helper :projects | |
34 | include ProjectsHelper |
|
|||
35 | helper :custom_fields |
|
34 | helper :custom_fields | |
36 | include CustomFieldsHelper |
|
|||
37 | helper :issue_relations |
|
35 | helper :issue_relations | |
38 | include IssueRelationsHelper |
|
|||
39 | helper :watchers |
|
36 | helper :watchers | |
40 | include WatchersHelper |
|
|||
41 | helper :attachments |
|
37 | helper :attachments | |
42 | include AttachmentsHelper |
|
|||
43 | helper :queries |
|
38 | helper :queries | |
44 | include QueriesHelper |
|
39 | include QueriesHelper | |
45 | helper :repositories |
|
40 | helper :repositories | |
46 | include RepositoriesHelper |
|
|||
47 | helper :sort |
|
41 | helper :sort | |
48 | include SortHelper |
|
42 | include SortHelper | |
49 | include IssuesHelper |
|
|||
50 | helper :timelog |
|
43 | helper :timelog | |
51 |
|
44 | |||
52 | def index |
|
45 | def index |
General Comments 0
You need to be logged in to leave comments.
Login now