Remove unnecessary link
This commit is contained in:
parent
e9564031a7
commit
921bf5d471
3 changed files with 0 additions and 8 deletions
|
@ -1,11 +1,5 @@
|
|||
<div class="container">
|
||||
<ul>
|
||||
<% if current_user&.account&.can_access_sidekiq_web_interface? %>
|
||||
<li>
|
||||
<%= link_to translate(:sidekiq_web_interface), staff_sidekiq_path %>
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
<% if policy([:staff, :person]).index? %>
|
||||
<li>
|
||||
<%= link_to Person.model_name.human(count: 0), staff_people_path %>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
en:
|
||||
title: Libertarian party of Russia
|
||||
staff_services: Staff services
|
||||
sidekiq_web_interface: Sidekiq web interface
|
||||
none: None
|
||||
current: current
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
ru:
|
||||
title: Либертарианская партия России
|
||||
staff_services: Сервисы для сотрудников
|
||||
sidekiq_web_interface: Веб-интерфейс Sidekiq
|
||||
none: Нет
|
||||
current: текущее
|
||||
|
|
Reference in a new issue