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.
body_tracking/app/views/readouts/index.html.erb
cryptogopher 7b2b855d56 Create Readouts controller
Move #readouts + #toggle_exposure from Measurements to Readouts
2021-05-08 01:02:57 +02:00

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>