removes link from 'My activity' page if feature is disabled
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<%= render "proposals" if @proposals.present? %>
|
<%= render "proposals" if @proposals.present? %>
|
||||||
<%= render "debates" if @debates.present? && feature?(:debates) %>
|
<%= render "debates" if @debates.present? && feature?(:debates) %>
|
||||||
<%= render "budget_investments" if @budget_investments.present? %>
|
<%= render "budget_investments" if @budget_investments.present? && feature?(:budgets) %>
|
||||||
<%= render "comments" if @comments.present? %>
|
<%= render "comments" if @comments.present? %>
|
||||||
|
|||||||
Reference in New Issue
Block a user