Skip to content

Commit

Permalink
adding placeholder text to make reviewing app nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
alkesh committed Sep 26, 2024
1 parent 9126d99 commit 77c8d27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p class="govuk-body">enter home address page goes here</p>
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<p class="govuk-body">find reference page goes here</p>
<%= govuk_button_to "Continue", claim_path(current_journey_routing_name), method: :patch %>
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<p class="govuk-body">one login page goes here</p>
<%= form_with model: @form, url: claim_path(current_journey_routing_name), method: :patch, builder: GOVUKDesignSystemFormBuilder::FormBuilder, html: { novalidate: false } do |f| %>
<%= f.govuk_submit %>
<% end %>

0 comments on commit 77c8d27

Please sign in to comment.