Skip to content

Commit a642ab8

Browse files
committed
Updates deface ID
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 42e6560 commit a642ab8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/overrides/issues.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module Issues
1919
:virtual_path => "issues/show",
2020
:name => "deface_view_issues_show_map",
2121
:insert_before => "div.attributes",
22-
:original => '2042e7171bb2eaa98259e9ccbff8209910565e7a',
22+
:original => 'c56981aa84b0fee66ff43ea773cf1444193a2862',
2323
:partial => "issues/show/map"
2424
)
2525

app/overrides/projects.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Projects
1111
:virtual_path => "projects/show",
1212
:name => "deface_view_projects_show_other_formats",
1313
:insert_bottom => "div.splitcontentright",
14-
:original => '868cdb34ed1c52af47076776295dcba1311914f9',
14+
:original => '1d2f0cb0b1439dddc34ac9c50b6b1b111fe702ce',
1515
:partial => "projects/show/other_formats"
1616
)
1717
end

app/overrides/users.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module Users
33
:virtual_path => "users/show",
44
:name => "deface_view_users_show_other_formats",
55
:insert_bottom => "div.splitcontentleft",
6+
:original => 'abe916df0691ebe8848cfc0dde536abd3bfe39b8',
67
:partial => "users/show/other_formats"
78
)
89
end

0 commit comments

Comments
 (0)