diff --git a/app/assets/stylesheets/petitions/views/_petition-show.scss b/app/assets/stylesheets/petitions/views/_petition-show.scss index 94756fa9a..f981d39af 100644 --- a/app/assets/stylesheets/petitions/views/_petition-show.scss +++ b/app/assets/stylesheets/petitions/views/_petition-show.scss @@ -51,9 +51,13 @@ @include bold-24; margin-bottom: $gutter-two-thirds; } - .label { + .label, .note { display: block; @include core-16; margin-bottom: 5px; } + .note { + color: $secondary-text-colour; + margin-top: 10px; + } } diff --git a/app/views/admin/petitions/_petition_details.html.erb b/app/views/admin/petitions/_petition_details.html.erb index 6afb1867d..62e9d6029 100644 --- a/app/views/admin/petitions/_petition_details.html.erb +++ b/app/views/admin/petitions/_petition_details.html.erb @@ -2,14 +2,6 @@
<%= rejection_reason(@petition.rejection.code) %>
Your MP is <%= link_to @constituency.mp.name, @constituency.mp.url, rel: 'external' %>
+Your member of parliament is <%= link_to @constituency.mp.name, @constituency.mp.url, rel: 'external' %>
<% end %><%= petition.rejection.details %>
+<%= auto_link(simple_format(petition.rejection.details)) %>
<% end %>