|
|
@ -1,5 +1,5 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="en" class="govuk-template "> |
|
|
|
<html lang="en" class="govuk-template"> |
|
|
|
<head> |
|
|
|
<head> |
|
|
|
<title>DLUHC CORE Data Collection</title> |
|
|
|
<title>DLUHC CORE Data Collection</title> |
|
|
|
<%= csrf_meta_tags %> |
|
|
|
<%= csrf_meta_tags %> |
|
|
@ -25,8 +25,6 @@ |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
|
|
<body class="govuk-template__body "> |
|
|
|
<body class="govuk-template__body "> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
|
document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled'); |
|
|
|
document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled'); |
|
|
|
</script> |
|
|
|
</script> |
|
|
@ -57,7 +55,7 @@ |
|
|
|
<%= content_for(:before_content) %> |
|
|
|
<%= content_for(:before_content) %> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<main class="govuk-main-wrapper " id="main-content" role="main"> |
|
|
|
<main class="govuk-main-wrapper" id="main-content" role="main"> |
|
|
|
<% flash.each do |type, msg| %> |
|
|
|
<% flash.each do |type, msg| %> |
|
|
|
<%= govuk_notification_banner( |
|
|
|
<%= govuk_notification_banner( |
|
|
|
title_text: 'Success', |
|
|
|
title_text: 'Success', |
|
|
|