From b8e175d3069cb860c3083e6ec31549a9a7ade79f Mon Sep 17 00:00:00 2001 From: rgarcia Date: Mon, 26 Dec 2016 12:18:36 +0100 Subject: [PATCH] adds formatting to document numbers --- app/views/admin/signature_sheets/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/signature_sheets/show.html.erb b/app/views/admin/signature_sheets/show.html.erb index d84284179..a3787b67d 100644 --- a/app/views/admin/signature_sheets/show.html.erb +++ b/app/views/admin/signature_sheets/show.html.erb @@ -10,7 +10,7 @@

<%= t("admin.signature_sheets.show.documents") %>

- <%= @signature_sheet.document_numbers %> + <%= simple_format @signature_sheet.document_numbers %>
@@ -29,7 +29,7 @@ <%= t("admin.signature_sheets.show.unverified_error") %>

- <%= @signature_sheet.signatures.unverified.map(&:document_number).join(",") %> + <%= @signature_sheet.signatures.unverified.map(&:document_number).join(", ") %> <% unless @signature_sheet.processed? %>