Remove duplicated Github logo on footer (#986)

* Remove duplicated Github logo on footer
This commit is contained in:
Pedro Lucas Porcellis 2020-02-20 20:50:54 -03:00 committed by Mateusz Makowski
parent 2896791722
commit 5dd35df959

View File

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