diff --git a/app/views/measurements/_readouts.html.erb b/app/views/measurements/_readouts.html.erb
index a83e1fe..12b9e7f 100644
--- a/app/views/measurements/_readouts.html.erb
+++ b/app/views/measurements/_readouts.html.erb
@@ -7,11 +7,12 @@
<% total_width = 3 + @quantities.length %>
<%= l(:field_taken_at_date) %> |
<% @quantities.each do |q| %>
- <%= q.name %>
+ |
<%= link_to '', toggle_column_measurement_path(@measurement, quantity_id: q.id),
{class: "icon icon-close", method: :post, remote: true} %>
+ <%= q.name %>
|
<% end %>
<%= l(:field_action) %> |
@@ -40,8 +41,8 @@
<%= format_datetime(m) %>
<% @requested_r[index].each do |q_name, value| %>
-
- <%= q_name %>
+ |
+ <%= q_name %>
<%= format_value(value) %>
|
<% end %>
@@ -52,8 +53,8 @@
<% @extra_r[index].each_slice(@quantities.length).with_index do |values| %>