removes tags list on index views

This commit is contained in:
decabeza
2017-06-05 13:39:42 +02:00
parent c5c9efee16
commit 10d09686c3
4 changed files with 0 additions and 13 deletions

View File

@@ -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 { .icon-debates, .icon-proposals, .icon-budget {
font-size: rem-calc(18); font-size: rem-calc(18);
line-height: $line-height; line-height: $line-height;

View File

@@ -36,7 +36,6 @@
<p><%= investment.description %></p> <p><%= investment.description %></p>
<div class="truncate"></div> <div class="truncate"></div>
</div> </div>
<%= render "shared/tags", taggable: investment, limit: 5 %>
<% end %> <% end %>
</div> </div>
</div> </div>

View File

@@ -42,7 +42,6 @@
<%= debate.description %> <%= debate.description %>
<div class="truncate"></div> <div class="truncate"></div>
</div> </div>
<%= render "shared/tags", taggable: debate, limit: 5 %>
</div> </div>
</div> </div>

View File

@@ -46,7 +46,6 @@
<div class="truncate"></div> <div class="truncate"></div>
</div> </div>
<% end %> <% end %>
<%= render "shared/tags", taggable: proposal, limit: 5 %>
</div> </div>
</div> </div>