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">
|
<div class="container">
|
||||||
<ul>
|
<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? %>
|
<% if policy([:staff, :person]).index? %>
|
||||||
<li>
|
<li>
|
||||||
<%= link_to Person.model_name.human(count: 0), staff_people_path %>
|
<%= link_to Person.model_name.human(count: 0), staff_people_path %>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
en:
|
en:
|
||||||
title: Libertarian party of Russia
|
title: Libertarian party of Russia
|
||||||
staff_services: Staff services
|
staff_services: Staff services
|
||||||
sidekiq_web_interface: Sidekiq web interface
|
|
||||||
none: None
|
none: None
|
||||||
current: current
|
current: current
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
ru:
|
ru:
|
||||||
title: Либертарианская партия России
|
title: Либертарианская партия России
|
||||||
staff_services: Сервисы для сотрудников
|
staff_services: Сервисы для сотрудников
|
||||||
sidekiq_web_interface: Веб-интерфейс Sidekiq
|
|
||||||
none: Нет
|
none: Нет
|
||||||
current: текущее
|
current: текущее
|
||||||
|
|
Reference in a new issue