AgileVentures/LocalSupport

View on GitHub
app/views/volunteer_ops/show.html.erb

Summary

Maintainability
Test Coverage
<%= render "search_form" %>
<%= render @volunteer_op %>
<% if @editable %>
  <%= link_to("Edit", edit_volunteer_op_path(@volunteer_op.id), {:class => 'btn btn-primary'}) %>
  <%= link_to("Delete", volunteer_op_path(@volunteer_op.id), {method: :delete, :class => 'btn btn-danger'}) %>
<% end %>

<% render partial: 'shared/map_scripts', locals: {markers: @markers} %>