|
|
@ -1,4 +1,7 @@ |
|
|
|
<%= turbo_frame_tag "case_log_form", target: "_top" do %> |
|
|
|
<%= turbo_frame_tag "case_log_form", target: "_top" do %> |
|
|
|
|
|
|
|
<%= render GovukComponent::BackLinkComponent.new href: "/case_logs/#{case_log_id}" do %> |
|
|
|
|
|
|
|
Back |
|
|
|
|
|
|
|
<% end %> |
|
|
|
<%= form_with action: '/case_logs', method: "next_question", builder: GOVUKDesignSystemFormBuilder::FormBuilder do |f| %> |
|
|
|
<%= form_with action: '/case_logs', method: "next_question", builder: GOVUKDesignSystemFormBuilder::FormBuilder do |f| %> |
|
|
|
<%= f.govuk_text_field :tenant_code, |
|
|
|
<%= f.govuk_text_field :tenant_code, |
|
|
|
hint: { text: "More detail" }, |
|
|
|
hint: { text: "More detail" }, |
|
|
|