Remove duplicated Github logo on footer (#986)

* Remove duplicated Github logo on footer
pull/1042/head
Pedro Lucas Porcellis 5 years ago committed by GitHub
parent fe1d73c3e5
commit 239fb0db94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -140,9 +140,7 @@
</div> </div>
<div class="pure-u-1 pure-u-md-1-3"> <div class="pure-u-1 pure-u-md-1-3">
<i class="icon ion-logo-github"></i> <i class="icon ion-logo-github"></i>
<%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %>
<i class="icon ion-logo-github"></i>
<%= CURRENT_BRANCH %>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save