We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b22c5b commit 1f0158bCopy full SHA for 1f0158b
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
@@ -1,4 +1,8 @@
1
Deface::Override.new :virtual_path => 'issues/show',
2
:name => 'show-projects-in-issue-description',
- :partial => 'issues/show_projects'
+ :partial => 'issues/show_projects'
+ module Show
0 commit comments