1
0

Removed Measurement 'hidden' attribute

This commit is contained in:
cryptogopher
2019-12-27 01:48:22 +01:00
parent 2dcc750355
commit 056d3b150d
3 changed files with 1 additions and 8 deletions

View File

@@ -11,8 +11,7 @@
<tbody>
<% @measurements.each do |m| %>
<% next if m.new_record? %>
<tr id="measurement-<%= m.id %>"
class="primary measurement <%= 'hidden' if m.hidden %>">
<tr id="measurement-<%= m.id %>" class="primary measurement">
<td class="date unwrappable"><%= format_datetime(m) %></td>
<td class="name">
<div style="float:left;">