removes tags list on index views
This commit is contained in:
@@ -519,16 +519,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.debate-content, .proposal-content, .investment-project-content, .budget-investment-content {
|
||||
margin: 0;
|
||||
min-height: rem-calc(180);
|
||||
position: relative;
|
||||
|
||||
.tags {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-debates, .icon-proposals, .icon-budget {
|
||||
font-size: rem-calc(18);
|
||||
line-height: $line-height;
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
<p><%= investment.description %></p>
|
||||
<div class="truncate"></div>
|
||||
</div>
|
||||
<%= render "shared/tags", taggable: investment, limit: 5 %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
<%= debate.description %>
|
||||
<div class="truncate"></div>
|
||||
</div>
|
||||
<%= render "shared/tags", taggable: debate, limit: 5 %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
<div class="truncate"></div>
|
||||
</div>
|
||||
<% end %>
|
||||
<%= render "shared/tags", taggable: proposal, limit: 5 %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user