Removes unnecessary p tag on investment partial
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<%= investment.heading.name %>
|
||||
</p>
|
||||
<div class="investment-project-description">
|
||||
<p><%= investment.description %></p>
|
||||
<%= investment.description %>
|
||||
<div class="truncate"></div>
|
||||
</div>
|
||||
<%= render "shared/tags", taggable: investment, limit: 5 %>
|
||||
|
||||
Reference in New Issue
Block a user