Add wallet page
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

With setup code to connect Blue Wallet to Kosmos account wallets
This commit is contained in:
2021-11-20 16:13:43 -06:00
parent f94227f9f3
commit 0a1052fcb7
9 changed files with 104 additions and 1 deletions

View File

@@ -13,6 +13,10 @@
<%= link_to "Donations", donations_path,
class: @current_section == :contributions ? "active" : nil %>
</li>
<li>
<%= link_to "Wallet", wallet_path,
class: @current_section == :wallet ? "active" : nil %>
</li>
<li>
<%= link_to "Security", security_path,
class: @current_section == :security ? "active" : nil %>