Add button
This commit is contained in:
parent
ab615c6759
commit
3f0e032c7a
3 changed files with 23 additions and 0 deletions
|
@ -71,5 +71,20 @@
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4">
|
||||||
|
<% unless true %>
|
||||||
|
<%= link_to translate('.accept_as_supporter'),
|
||||||
|
'#',
|
||||||
|
role: :button,
|
||||||
|
class: 'btn btn-primary disabled',
|
||||||
|
'aria-disabled': true %>
|
||||||
|
<% else %>
|
||||||
|
<%= link_to translate('.accept_as_supporter'),
|
||||||
|
'#',
|
||||||
|
role: :button,
|
||||||
|
class: 'btn btn-primary' %>
|
||||||
|
<% end %>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -7,3 +7,7 @@ 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:
|
||||||
|
people:
|
||||||
|
show:
|
||||||
|
accept_as_supporter: Accept as supporter
|
||||||
|
|
|
@ -7,3 +7,7 @@ ru:
|
||||||
Мы выступаем за свободный рынок и государственное невмешательство
|
Мы выступаем за свободный рынок и государственное невмешательство
|
||||||
в экономику, за принцип самопринадлежности и самоценности человеческой
|
в экономику, за принцип самопринадлежности и самоценности человеческой
|
||||||
личности.
|
личности.
|
||||||
|
staffs:
|
||||||
|
people:
|
||||||
|
show:
|
||||||
|
accept_as_supporter: Принять в качестве сторонника
|
||||||
|
|
Reference in a new issue