Browse Source

修改admins页面的sidekiq

tags/v1
sylor_huang@126.com 6 years ago
parent
commit
cf20cc3a0b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admins/shared/_sidebar.html.erb

+ 1
- 1
app/views/admins/shared/_sidebar.html.erb View File

@@ -41,7 +41,7 @@
<% end %>
</li>
<li>
<%= sidebar_item('/admins/sidekiq', '定时任务', icon: 'bell', controller: 'root') %>
<%= sidebar_item('/sidekiq', '定时任务', icon: 'bell', controller: 'root') %>
</li>
<li><%= sidebar_item('/', '返回主站', icon: 'sign-out', controller: 'root') %></li>
</ul>


Loading…
Cancel
Save