added mining links for RU

This commit is contained in:
Lee Wong 2017-06-09 08:54:13 +07:00 committed by tungfa
parent b7c766c0c6
commit a40c7d2d84
3 changed files with 3 additions and 1 deletions

View file

@ -852,6 +852,7 @@ pages:
network-heading: Masternodes network-heading: Masternodes
blockchain-heading: Blockchain blockchain-heading: Blockchain
mining-heading: Mining mining-heading: Mining
mining-guide-link: https://dashpay.atlassian.net/wiki/display/DOC/Mining
community: community:
title: Join the Dash Community title: Join the Dash Community

View file

@ -500,6 +500,7 @@ pages:
network-heading: Мастерноды network-heading: Мастерноды
blockchain-heading: Блокчейн blockchain-heading: Блокчейн
mining-heading: Майнинг mining-heading: Майнинг
mining-guide-link: https://dashpay.atlassian.net/wiki/x/doAc
community: community:
title: Присоединяйтесь к Сообществу Dash title: Присоединяйтесь к Сообществу Dash

View file

@ -140,7 +140,7 @@ description: pages.currency.description
<div class="hero__buttons"> <div class="hero__buttons">
<a href="https://dashpay.atlassian.net/wiki/display/DOC/Pools" target="_blank" class="btn-blue-solid">Pools</a> <a href="https://dashpay.atlassian.net/wiki/display/DOC/Pools" target="_blank" class="btn-blue-solid">Pools</a>
<a href="https://dashpay.atlassian.net/wiki/display/DOC/ASIC+Miner+Hardware" target="_blank" class="btn-blue-solid">ASICs</a> <a href="https://dashpay.atlassian.net/wiki/display/DOC/ASIC+Miner+Hardware" target="_blank" class="btn-blue-solid">ASICs</a>
<a href="https://dashpay.atlassian.net/wiki/x/doAc" target="_blank" class="btn-blue-solid">Guides</a> <a href="{% t pages.currency.mining-guide-link %}" target="_blank" class="btn-blue-solid">Guides</a>
</div> </div>
</div> </div>
</section> </section>