Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
LPA – change 'Non-digital' to 'Paper form'
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Hadlow authored and alexmuller committed Feb 5, 2014
1 parent 78c6fb9 commit b4d5fea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function (GraphCollection) {
return [
{
id: 'non_digital',
title: 'Non-digital',
title: 'Paper form',
values: items.non_digital
},
{
Expand Down
6 changes: 3 additions & 3 deletions app/views/lasting-power-of-attorney/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span class="strapline">Service dashboard</span>
Lasting Power of Attorney
</h1>
<p class="explanatory">Figures for the service to make a <strong>lasting power of attorney (<abbr title="lasting power of attorney">LPA</abbr>)</strong> – a legal document that lets you appoint someone, known as an 'attorney', to make decisions on your behalf. Figures include applications made via both digital and non-digital channels.</p>
<p class="explanatory">Figures for the service to make a <strong>lasting power of attorney (<abbr title="lasting power of attorney">LPA</abbr>)</strong> – a legal document that lets you appoint someone, known as an 'attorney', to make decisions on your behalf. Figures include applications made via both digital and paper form channels.</p>
</header>

<% if Rails.application.config.feature_toggles[:lpa_dashboard_application_method] %>
Expand All @@ -20,12 +20,12 @@
<span class='more-info-link'>more info</span>
<ul>
<li>Data source: Office of the Public Guardian</li>
<li>Non-digital applications include all applications made using the traditional paper based forms.</li>
<li>Paper form applications include all applications made using the traditional paper based forms.</li>
<li>Digital applications include applications created using the Lasting Power of Attorney digital service.</li>
<li>Applications are counted at point of receipt.</li>
</ul>
</aside>
<h2><span class="group0">Non-digital</span> and <span class="group1">digital</span> applications over time</h2>
<h2><span class="group0">Paper form</span> and <span class="group1">digital</span> applications over time</h2>
<figure class="graph" id="application-method-over-time"></figure>
</section>
<% end %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function (ApplicationMethod) {
var expected = [
{
"id": "non_digital",
"title": "Non-digital",
"title": "Paper form",
"values": [{
"_start_at": "2013-01-01T00:00:00+00:00",
"_end_at": "2013-01-08T00:00:00+00:00",
Expand Down

0 comments on commit b4d5fea

Please sign in to comment.