1
0

Displaying Measurement notes

This commit is contained in:
cryptogopher 2020-04-04 02:41:46 +02:00
parent 1b6905d105
commit 40d6a3a3f0

View File

@ -9,6 +9,7 @@
<tr>
<th style="width:5%"><%= l(:field_taken_at_date) %></th>
<th><%= l(:field_name) %></th>
<th><%= l(:field_notes) %></th>
<th><%= l(:field_source) %></th>
<th style="width:5%"><%= l(:field_action) %></th>
</tr>
@ -26,6 +27,7 @@
<small><%= " (#{pluralize(m.readouts.size, 'readout')})" %></small>
</div>
</td>
<td class="notes ellipsible"><%= m.notes %></td>
<td class="source"><%= m.source.name if m.source.present? %></td>
<td class="action unwrappable"><%= action_links(m, :index) %></td>
</tr>