diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-04-17 15:00:31 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-04-24 15:38:05 +0100 |
commit | 2c29fdd40daa0cd809729ef3907767792c9b3274 (patch) | |
tree | 2821bdbb9f6a1ef30076b300cf089d12aac3df38 | |
parent | efbf386b591841c206ea0d8ba6783311d841fd4c (diff) |
Use paragraph here to make styling easier
-rw-r--r-- | app/views/request/_view_html_prefix.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/_view_html_prefix.html.erb b/app/views/request/_view_html_prefix.html.erb index 63fac7c6d..d21f234b9 100644 --- a/app/views/request/_view_html_prefix.html.erb +++ b/app/views/request/_view_html_prefix.html.erb @@ -6,7 +6,7 @@ <%=link_to _("Download original attachment"), @attachment_url %> <br>(<%=h @attachment.name_of_content_type %>) </div> - <%= _('This is an HTML version of an attachment to the Freedom of Information request')%> - '<%=link_to h(@info_request.title), incoming_message_path(@incoming_message)%>'. + <p class="view_html_description"><%= _('This is an HTML version of an attachment to the Freedom of Information request')%> + '<%=link_to h(@info_request.title), incoming_message_path(@incoming_message)%>'.</p> </div> |