Skip to content

Commit

Permalink
Merge pull request MyEtherWallet#283 from j-chimienti/update/ui-#280
Browse files Browse the repository at this point in the history
move css theme selector to footer
  • Loading branch information
Dexaran authored Oct 3, 2018
2 parents 54812e9 + 6ab7e83 commit 4d4559b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
22 changes: 4 additions & 18 deletions app/includes/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<section class="footer--cent">
<h5><i aria-hidden="true">💝</i> Donations are always appreciated!</h5>
<p>ETH or ETC donation address: <span class="mono wrap"><big><a
href="http://gastracker.io/addr/0x2ca1377dfa03577ce5bbb815c98eda1ac7632e7d">0x2ca1377dfa03577ce5bbb815c98eda1ac7632e7d</a></big></span>
href="https://gastracker.io/addr/0x2ca1377dfa03577ce5bbb815c98eda1ac7632e7d">0x2ca1377dfa03577ce5bbb815c98eda1ac7632e7d</a></big></span>
</p>

<h5><i aria-hidden="true">👫</i> You can support us by supporting our blockchain-family.</h5>
Expand Down Expand Up @@ -84,28 +84,14 @@
</a></li>
</ul>
</span>

<css-theme-drtv></css-theme-drtv>
</div>
<p><a aria-label="website via my ether wallet dot com" href="https://ethereumproject.github.io/etherwallet"
target="_blank" rel="noopener" role="link" tabindex="0">
ClassicEtherWallet.com
</a></p>
<p><a aria-label="website via github URL" href="https://ethereumproject.github.io/etherwallet/"
target="_blank" rel="noopener" role="link" tabindex="0">
ethereumproject.github.io/etherwallet/
</a></p>
<p><a aria-label="my ether wallet github" href="https://github.com/EthereumCommonwealth/etherwallet"
target="_blank" rel="noopener" role="link" tabindex="0">
Github: Current ClassicEtherWallet Site &amp; CX
</a></p>
<p><a aria-label="our organization on github"
href="https://github.com/EthereumCommonwealth/etherwallet/releases/latest" target="_blank"
rel="noopener" role="link" tabindex="0">
Github: Ether wallet releases (downloadable version)
</a></p>
<!-- Commented out due to incompatibility
<p><a aria-label="my ether wallet chrome extension" href="https://chrome.google.com/webstore/detail/classicetherwallet-cx/opggclcfcbfbchcienjdaohghcamjfhf" target="_blank" rel="noopener" role="link" tabindex="0">
ClassicEtherWallet CX
</a></p> -->
<p><a aria-label="Anti-Phishing chrome extension"
href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn"
target="_blank" rel="noopener" role="link" tabindex="0">
Expand All @@ -124,7 +110,7 @@
<a aria-label="medium" href="https://medium.com/@dexaran820" target="_blank" rel="noopener" role="link"
tabindex="0">Medium</a>
</p>
<p>Latest Block#: {{currentBlockNumber | number}} </p>
<p><b>Latest Block #:</b> {{currentBlockNumber | number}} </p>
</section>
</article>
</footer>
Expand Down
3 changes: 0 additions & 3 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@
<!-- Note: The separator colors you see on the frontend are in styles/etherwallet-custom.less. If you add / change a node, you have to adjust these. Ping j-chimienti if you're not a CSS wizard -->


<css-theme-drtv></css-theme-drtv>


</div>
</section>
</section>
Expand Down

0 comments on commit 4d4559b

Please sign in to comment.