Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Follow the project progress at: [ETC Block Explorer Development](https://github.
"twitter": "https://twitter.com/eth_classic",
"linkedin": "https://www.linkedin.com/company/ethereum-classic",
"github": "https://github.com/ethereumclassic",
"github-repo": "https://github.com/ethereumclassic/explorer",
"githubRepo": "https://github.com/ethereumclassic/explorer",
"logo": "/img/explorer-logo.png",
"customCss": "green-haze.min.css",
"copyright": "2019 © Ethereum Classic.",
Expand Down
2 changes: 1 addition & 1 deletion config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"twitter": "https://twitter.com/eth_classic",
"linkedin": "https://www.linkedin.com/company/ethereum-classic",
"github": "https://github.com/ethereumclassic",
"github-repo": "https://github.com/ethereumclassic/explorer",
"githubRepo": "https://github.com/ethereumclassic/explorer",
"logo": "/img/explorer-logo.png",
"customCss": "green-haze.min.css",
"copyright": "2019 © Ethereum Classic.",
Expand Down
6 changes: 3 additions & 3 deletions public/tpl/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ <h2>About</h2>
<p> {{settings.about}} </p><br>
<span ng-bind-html="settings.poweredbyCustom" ng-if="settings.poweredbyCustom">{{settings.poweredbyCustom}}</span>
<span ng-if="!settings.poweredbyCustom && settings.poweredbyEtcImage">
<a href="{{settings.github-repo}}" target="_blank"><img height="51px" src="{{settings.poweredbyEtcImage}}"></a>
<a href="{{settings.githubRepo}}" target="_blank"><img height="51px" src="{{settings.poweredbyEtcImage}}"></a>
</span>
<p ng-if="!settings.poweredbyCustom && !settings.poweredbyEtcImage && settings.poweredbyEtc">
Powered by <a href="{{settings.github-repo}}" target="_blank">ETC Explorer</a>
Powered by <a href="{{settings.githubRepo}}" target="_blank">ETC Explorer</a>
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 footer-block">
Expand All @@ -36,7 +36,7 @@ <h2>Follow Us On</h2>
<div class="col-md-6 col-sm-12 col-xs-12 footer-block">
<h2>Help, it's Broken!</h2>
<address class="margin-bottom-40">
<br>Open an Issue: <a href="{{settings.github-repo}}/issues" target="_blank">github</a>
<br>Open an Issue: <a href="{{settings.githubRepo}}/issues" target="_blank">github</a>
<br> <a href="{{settings.contact}}" target="_blank">Email bug reports</a>
<br> <a href="{{settings.twitter}}" target="_blank">Twit</a>
</address>
Expand Down