From 64ea8d328a33e1ccfee2c3c32caec637a1292375 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 16 Oct 2019 19:20:24 +0300 Subject: [PATCH] Reformat --- .../contacts/partials/_statuses.html.erb | 32 ++++++++----------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/app/views/admin/contacts/partials/_statuses.html.erb b/app/views/admin/contacts/partials/_statuses.html.erb index 15b5af7c0..82eb1cf77 100644 --- a/app/views/admin/contacts/partials/_statuses.html.erb +++ b/app/views/admin/contacts/partials/_statuses.html.erb @@ -1,30 +1,24 @@ -
+
<%= t(:statuses) %>
+
- - - - - - - <% contact.statuses.each do |status| %> - - + + - <% end %> + + + + <% contact.statuses.each do |status| %> + + + + + <% end %>
- <%= t(:status) %> - - <%= t(:notes) %> -
- <%= status %> - - <%= contact.status_notes[status] %> - <%= t(:status) %><%= t(:notes) %>
<%= status %><%= contact.status_notes[status] %>