Remove links
This commit is contained in:
parent
d84bc1cbf9
commit
d863a02537
4 changed files with 0 additions and 26 deletions
|
@ -28,12 +28,6 @@
|
|||
</span>
|
||||
<% end %>
|
||||
|
||||
<% if policy([:staff, @account]).show? %>
|
||||
<div class="mt-3">
|
||||
<%= link_to translate('.staff_page'), [:staff, @account] %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<hr/>
|
||||
|
||||
<% if @account.biography %>
|
||||
|
|
|
@ -23,12 +23,6 @@
|
|||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if policy(@account).show? %>
|
||||
<div class="mt-3">
|
||||
<%= link_to translate('.public_page'), @account %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<dl class="mt-3">
|
||||
<dt><%= Account.human_attribute_name :id %></dt>
|
||||
<dd><%= @account.id %></dd>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
en:
|
||||
accounts:
|
||||
show:
|
||||
staff_page: Staff page
|
||||
home:
|
||||
show:
|
||||
join: Join
|
||||
|
@ -10,7 +7,3 @@ en:
|
|||
We stand for a free market and freedom of government intervention
|
||||
in the economy, for the principle of self-ownership and self-value
|
||||
of the human person.
|
||||
staffs:
|
||||
accounts:
|
||||
show:
|
||||
public_page: Public page
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
ru:
|
||||
accounts:
|
||||
show:
|
||||
staff_page: Страница для сотрудников
|
||||
home:
|
||||
show:
|
||||
join: Вступить
|
||||
|
@ -10,7 +7,3 @@ ru:
|
|||
Мы выступаем за свободный рынок и государственное невмешательство
|
||||
в экономику, за принцип самопринадлежности и самоценности человеческой
|
||||
личности.
|
||||
staffs:
|
||||
accounts:
|
||||
show:
|
||||
public_page: Публичная страница
|
||||
|
|
Reference in a new issue