You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
329 B
8 lines
329 B
3 years ago
|
<%= form_with model: @case_log, method: "patch", builder: GOVUKDesignSystemFormBuilder::FormBuilder do |f| %>
|
||
|
<%= f.govuk_text_field :tenant_code,
|
||
|
hint: { text: "More detail" },
|
||
|
label: { text: "What is the tenant code?", size: "l"},
|
||
|
width: 20
|
||
|
%>
|
||
|
<%= f.govuk_submit "Save and continue" %>
|
||
|
<% end %>
|