Removes unnecessary p tag on investment partial
This commit is contained in:
@@ -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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user