Updated ItemsWithQuantities to work with MeasurementRoutine Replaced ColumnViews HABTM with polymorphic HMT Added Measurement notes Added destroy restrictions on Quantity Replaced BodyTrackingPluginController with Finders concern Removed 'body_trackers' prefix from paths Unified styling for textarea
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
<div class="contextual">
|
|
<%= render partial: 'measurements/contextual' %>
|
|
</div>
|
|
|
|
<div id="new-measurement">
|
|
</div>
|
|
|
|
<h2>
|
|
<%= link_to t("measurements.index.heading"), project_measurements_path(@project) %>
|
|
>
|
|
<%= @routine.name %>
|
|
</h2>
|
|
<div id='readouts'>
|
|
<%= render partial: 'measurements/readouts' %>
|
|
</div>
|