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