Skip to content

Commit

Permalink
Apply hint styling to permissions placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhorsford committed Jun 12, 2020
1 parent a9e3d7a commit 1e0779f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<%= formatted_file_updated_date(document) %>
</span>

<p><%= t("supporting_information.restricted_generic.placeholder") %></p>
<p class="govuk-body govuk-hint"><%= t("supporting_information.restricted_generic.placeholder") %></p>
<p class="govuk-body"><%= document.description %></p>

<% if safe %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<%= formatted_file_updated_date(document) %>
</span>

<p><%= t("supporting_information.restricted_generic.placeholder") %></p>
<p class="govuk-body govuk-hint"><%= t("supporting_information.restricted_generic.placeholder") %></p>
</div>
</div>

0 comments on commit 1e0779f

Please sign in to comment.