Merge branch 'master' into polls
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
|
||||
<% if feature?(:polls) %>
|
||||
<li class="section-title">
|
||||
<a href="#">
|
||||
@@ -79,6 +80,15 @@
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
<% if feature?(:budgets) %>
|
||||
<li class="section-title" <%= "class=active" if controller_name == "budgets" %>>
|
||||
<%= link_to admin_budgets_path do %>
|
||||
<span class="icon-budget"></span>
|
||||
<strong><%= t("admin.menu.budgets") %></strong>
|
||||
<% end %>
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
<li class="section-title">
|
||||
<a href="#">
|
||||
<span class="icon-organizations"></span>
|
||||
|
||||
Reference in New Issue
Block a user