Skip to content

Commit 22321be

Browse files
committed
Sonarcloud fix
1 parent 8d96dd9 commit 22321be

File tree

1 file changed

+2
-2
lines changed
  • app/views/fields/programme_activity_grouping_json_viewer_field

1 file changed

+2
-2
lines changed

app/views/fields/programme_activity_grouping_json_viewer_field/_form.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<table>
33
<% field.data.each do |k, v| %>
44
<tr>
5-
<td>
5+
<th>
66
<%= f.label "web_copy[#{k}]", k.humanize %>
7-
</td>
7+
</th>
88
<td>
99
<%= f.text_field "web_copy[#{k}]", value: v %>
1010
</td>

0 commit comments

Comments
 (0)