Remove /admin/dashboard page.
This page was just a combination of the forum listing and the bulk update requests listing. It got zero hits in the last week.
This commit is contained in:
@@ -167,10 +167,6 @@
|
||||
<% if policy(NewsUpdate).index? %>
|
||||
<li><%= link_to("News Updates", news_updates_path) %></li>
|
||||
<% end %>
|
||||
|
||||
<% if CurrentUser.is_admin? %>
|
||||
<li><%= link_to("Admin Dashboard", admin_dashboard_path) %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user