Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
use standard plaque view on org list
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicho02 committed Aug 17, 2014
1 parent 74a2fa5 commit 2c54d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/organisations/show.html.erb
Expand Up @@ -11,7 +11,7 @@
<%= simple_format(@organisation.description) if @organisation.description %>
<div id="plaque-map" data-latitude="<%= @mean.latitude %>" data-longitude="<%= @mean.longitude %>" class="full" data-zoom="<%= @zoom %>"></div>
<%= will_paginate @sponsorships %>
<%= render partial: 'plaques/minimal', collection: @sponsorships, as: :plaque %>
<%= render partial: 'plaques/plaque', collection: @sponsorships, as: :plaque %>
<%= will_paginate @sponsorships %>
</div>

Expand Down

0 comments on commit 2c54d0b

Please sign in to comment.