16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
<div class="contextual">
|
|
<%= render partial: 'measurements/contextual' %>
|
|
</div>
|
|
|
|
<div id="new-measurement">
|
|
</div>
|
|
|
|
<%= title [t("measurements.index.heading"), project_measurements_path(@project)],
|
|
@routine.name %>
|
|
<% if @routine.description? %>
|
|
<p class="subtitle" style='white-space: pre-wrap;'><%= @routine.description %></p>
|
|
<% end %>
|
|
<div id='readouts'>
|
|
<%= render partial: 'readouts/index' %>
|
|
</div>
|