generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bb8898
commit 6318328
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
views/maintenance-pages-demo.apps.live-1.cloud-platform.service.justice.gov.uk.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<% content_for :title do %> | ||
MoJ Maintenance Pages Demo | ||
<% end %> | ||
<% content_for :main_content do %> | ||
<h1>Maintenance Pages Demo</h1> | ||
<p> | ||
This service is currently down for maintenance. | ||
</p> | ||
<p> | ||
To find out more about maintenance pages, <a href="https://github.com/ministryofjustice/cloud-platform-maintenance-pages">click here</a>. | ||
</p> | ||
<% end %> |