1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
cryptogopher 4230d72206 compute_quantities now returns single hash
Fixed MeasurementsController view management
2020-04-26 20:21:17 +02:00

12 lines
225 B
Plaintext

<div class="contextual">
<%= render partial: 'measurements/contextual' %>
</div>
<div id="new-measurement">
</div>
<h2><%= t ".heading" %></h2>
<div id='measurements'>
<%= render partial: 'measurements/index' %>
</div>