Skip to content

Commit

Permalink
resolving one final merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleypliu committed Aug 4, 2020
1 parent a627cf3 commit 03c9786
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/views/protected_areas/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
} %>
</section>

<<<<<<< HEAD
<div class="card--stats-wrapper">
<div class="card--stats-half">
<%= render partial: "partials/stats/stats-attributes", locals: { attributes: @presenter.attributes } %>
Expand All @@ -26,18 +25,6 @@
<div class="flex flex-column card--stats-half">
<%= render "partials/stats/stats-pame" %>
<%= render partial: "partials/stats/stats-external", locals: { external_links: @presenter.external_links } %>
=======
<div class="page__container">
<div class="page__col-1">
<%= render partial: "partials/stats/stats-attributes", locals: { attributes: @presenter.attributes } %>
</div>
<div class="page__col-2">
<%= render partial: "partials/stats/stats-pame" , locals: { classes: 'page__col-child' } %>
<%= render partial: "partials/stats/stats-external", locals: {
classes: 'page__col-child',
external_links: @presenter.external_links
} %>
>>>>>>> refresh
</div>
</div>

Expand Down

0 comments on commit 03c9786

Please sign in to comment.