We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d82228 + 77ff493 commit 29038f7Copy full SHA for 29038f7
app/overrides/issues.rb
@@ -37,3 +37,11 @@
37
:insert_after => "div.attributes",
38
:partial => "issues/geocoder/geocoder_options"
39
)
40
+
41
+Deface::Override.new(
42
+ :virtual_path => "issues/new",
43
+ :name => "deface_view_handle_geocoder_options_on_new_issues",
44
+ :original => '1468c4be09f0521e1854cace7f8d7b444eb32074',
45
+ :insert_after => "#all_attributes",
46
+ :partial => "issues/geocoder/geocoder_options"
47
+)
0 commit comments