Skip to content

Commit

Permalink
Apply helpers and filenames to coronavirus finder
Browse files Browse the repository at this point in the history
This serves as a demo of the new approach and the first part of the
migration.
  • Loading branch information
kevindew committed May 20, 2020
1 parent f72f9f5 commit cbd853a
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<% render_content_for :title do %>
<% text_for :title do %>
Find coronavirus financial support for your business
<% end %>

<% render_content_for :meta_description do %>
<% text_for :meta_description do %>
Coronavirus (COVID-19) support is available to employers and the
self-employed. You may be eligible for loans, tax relief and cash grants,
whether your business is open or closed.
<% end %>

<% render_content_for :body do %>
<% govspeak_for :body do %>
Coronavirus (COVID-19) support is available to employers and the
self-employed. You may be eligible for loans, tax relief and cash grants,
whether your business is open or closed.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<% render_content_for :title do %>
<% text_for :title do %>
Support you may be entitled to
<% end %>

<% render_content_for :body do %>
<% govspeak_for :body do %>
<% if calculator.show?(:job_retention_scheme) %>
$CTA
### Coronavirus Job Retention Scheme
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
What is your annual turnover?
<% end %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
Where is your business based?
<% end %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
How many employees does your business have?
<% end %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
What is the rateable value of your business' non-domestic property?
<% end %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
Are you an employer with a PAYE scheme?
<% end %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
Is your business in receipt of small business rate relief or rural rate
relief as of 11 March 2020?
<% end %>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
Is your business in any of the following sectors:
<% end %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
Are you due to pay a Self Assessment payment on account by 31 July 2020?
<% end %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
Are you self-employed?
<% end %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
What size was your business as of 28 February?
<% end %>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% render_content_for :title do %>
<% text_for :title do %>
Where is your business based?
<% end %>

Expand Down

0 comments on commit cbd853a

Please sign in to comment.