Skip to content

Commit 479ffbc

Browse files
authored
Merge pull request #135 from gtt-project/fix/deface-override-original-value-and-position
Adjusted deface override original value and position
2 parents 7393629 + f34037e commit 479ffbc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/overrides/issues.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
Deface::Override.new(
22
:virtual_path => "issues/index",
33
:name => "deface_view_issues_index_map",
4-
:original => 'b807967c7184cb012c4bd5ccce90893349bc66e3',
54
:insert_after => "h2",
5+
:original => 'b807967c7184cb012c4bd5ccce90893349bc66e3',
66
:partial => "issues/index/map"
77
)
88

99
Deface::Override.new(
1010
:virtual_path => "issues/index",
1111
:name => "deface_view_issues_index_format_geojson",
12-
:original => '2b4102bf118f0a9866cf50477dce9cc7a78da6d5',
1312
:insert_after => "erb[loud]:contains('PDF')",
13+
:original => '2b4102bf118f0a9866cf50477dce9cc7a78da6d5',
1414
:partial => "issues/index/geojson"
1515
)
1616

1717
Deface::Override.new(
1818
:virtual_path => "issues/show",
1919
:name => "deface_view_issues_show_map",
20-
:original => 'f8b29d3fa9c4998090a16b8392242cafbc8cbbcf',
2120
:insert_before => "div.attributes",
21+
:original => '2042e7171bb2eaa98259e9ccbff8209910565e7a',
2222
:partial => "issues/show/map"
2323
)
2424

2525
Deface::Override.new(
2626
:virtual_path => "issues/show",
2727
:name => "deface_view_issues_show_format_geojson",
28-
:original => '1419e0dcba37f62ff95372d41d9b73845889d826',
2928
:insert_after => "erb[loud]:contains('PDF')",
29+
:original => '1419e0dcba37f62ff95372d41d9b73845889d826',
3030
:partial => "issues/show/geojson"
3131
)

app/overrides/projects.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
:virtual_path => "projects/show",
33
:name => "deface_view_projects_show_map",
44
:insert_bottom => "div.splitcontentright",
5+
:original => 'b939fb5ea208476399dbfb4b253dcff0ab1ace91',
56
:partial => "projects/show/map"
67
)
78

89
Deface::Override.new(
910
:virtual_path => "projects/show",
1011
:name => "deface_view_projects_show_other_formats",
1112
:insert_bottom => "div.splitcontentright",
13+
:original => '868cdb34ed1c52af47076776295dcba1311914f9',
1214
:partial => "projects/show/other_formats"
1315
)

0 commit comments

Comments
 (0)