From 4e9912d0b31675e0ac2b3c8b0a78159c30456bd4 Mon Sep 17 00:00:00 2001 From: Alexander Kobelev Date: Sun, 21 Jul 2013 18:43:15 -0700 Subject: [PATCH] fixed typo: start tag has wrong closing tag --- .../spree/admin/payments/source_views/_paypalexpress.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/payments/source_views/_paypalexpress.html.erb b/app/views/spree/admin/payments/source_views/_paypalexpress.html.erb index 1443b93..5bd7306 100644 --- a/app/views/spree/admin/payments/source_views/_paypalexpress.html.erb +++ b/app/views/spree/admin/payments/source_views/_paypalexpress.html.erb @@ -100,7 +100,7 @@ <%= t('unknown_transaction') %> - <%= log.created_at.to_s(:date_time24) %> -
<%= log.details %>
+
<%= log.details %>
<% end %>