vegantech/sims

View on GitHub
app/views/intervention_builder/base/interventions_without_recommended_monitors.html.erb

Summary

Maintainability
Test Coverage
<ul>
  <% @int_defs.each do |int_def| %>
    <li>
      <%= int_def.title%> <%=int_def.description%>
    </li>
  <% end %>
</ul>

This is just a placeholder for now.  I'll add in the goal, objective, category, whether or not it is custom, and a link to view the intervention or recommend a monitor.