AgileVentures/LocalSupport

View on GitHub
app/views/shared/popup/_mixed.html.erb

Summary

Maintainability
Test Coverage
<button class='close infowindow_close' type='button'>×</button>
<div class="long-vol-op">
  <ul>
    <% vol_ops.each do |volop| %>
      <%= render partial: "shared/popup/vol_op", locals: {volop: volop} %>
    <% end %>
  </ul>
</div>