AgileVentures/LocalSupport

View on GitHub
app/views/shared/popup/_local.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.html.erb', locals: {volop: volop} %>
  <% end %>
  </ul>
</div>