We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c2ed2 commit 0968ff5Copy full SHA for 0968ff5
1 file changed
app/views/signatures/_form.html.erb
@@ -3,7 +3,7 @@
3
Only British citizens or UK residents have the right to sign
4
</span>
5
<%= error_messages_for_field signature, :uk_citizenship %>
6
- <%= form.label :uk_citizenship, class: "block-label", for: nil do %>
+ <%= form.label :uk_citizenship, class: "block-label" do %>
7
<%= form.check_box :uk_citizenship, tabindex: increment %>
8
I am a British citizen or UK resident
9
<% end %>
0 commit comments