diff --git a/app/views/protected_areas/show.html.erb b/app/views/protected_areas/show.html.erb index e6febc6d8..442641f56 100644 --- a/app/views/protected_areas/show.html.erb +++ b/app/views/protected_areas/show.html.erb @@ -17,7 +17,6 @@ } %> -<<<<<<< HEAD
<%= render partial: "partials/stats/stats-attributes", locals: { attributes: @presenter.attributes } %> @@ -26,18 +25,6 @@
<%= render "partials/stats/stats-pame" %> <%= render partial: "partials/stats/stats-external", locals: { external_links: @presenter.external_links } %> -======= -
-
- <%= render partial: "partials/stats/stats-attributes", locals: { attributes: @presenter.attributes } %> -
-
- <%= 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