Removes unnecessary p tag on investment partial

This commit is contained in:
decabeza
2018-02-14 18:04:17 +01:00
parent 990dc072be
commit a950bb03a7

View File

@@ -45,7 +45,7 @@
<%= investment.heading.name %> <%= investment.heading.name %>
</p> </p>
<div class="investment-project-description"> <div class="investment-project-description">
<p><%= investment.description %></p> <%= investment.description %>
<div class="truncate"></div> <div class="truncate"></div>
</div> </div>
<%= render "shared/tags", taggable: investment, limit: 5 %> <%= render "shared/tags", taggable: investment, limit: 5 %>