1
0
Fork 0

Remove links

This commit is contained in:
Alex Kotov 2019-08-12 03:18:44 +05:00
parent d84bc1cbf9
commit d863a02537
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
4 changed files with 0 additions and 26 deletions

View file

@ -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 %>

View file

@ -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>

View file

@ -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

View file

@ -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: Публичная страница