|
|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<div class="govuk-width-container"> |
|
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
|
|
<div class="govuk-grid-row govuk-!-margin-bottom-6"> |
|
|
|
|
<span class="govuk-body-l"><%= "Welcome, #{@current_user.name}" %></span> |
|
|
|
|
<span class="govuk-body-l"><%= "Welcome back, #{@current_user.name}" %></span> |
|
|
|
|
<h1 class="govuk-heading-l"><%= @homepage_presenter.title_text_for_user %></h1> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|