We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a767f95 commit 117d64dCopy full SHA for 117d64d
3 files changed
app/overrides/issues/_form.rb
@@ -9,3 +9,7 @@
9
:name => 'add-multiple-projects-to-issue-form',
10
:insert_after => '.attributes',
11
:partial => 'issues/select_projects'
12
+module Issues
13
+ module Form
14
+ end
15
+end
app/overrides/issues/_list.rb
@@ -3,3 +3,7 @@
3
:name => 'disable_project_link_if_current_user_cannot_open_it',
4
:insert_after => 'table.list.issues tbody tr',
5
:partial => 'issues/link_to_project'
6
7
+ module List
8
app/overrides/issues/show.rb
:name => 'show-projects-in-issue-description',
:partial => 'issues/show_projects'
+ module Show
0 commit comments