Sync stats

This commit is contained in:
Brandon Keepers
2017-08-04 10:02:49 -05:00
parent 7cecbb6ca5
commit 436f7fd80c
9 changed files with 31 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ layout: default
<p class="text-gray lh-condensed px-3 pb-3">{{ app.description }}</p>
<div class="text-gray-light pl-3 pr-2 py-2 bg-gray-light border-top" style="margin-top: auto;">
<div class="d-flex flex-row">
<div class="col-3 tooltipped tooltipped-s" aria-label="{{ app.installs }} installations">{% octicon cloud-download width:14 class:"v-align-middle" %} <span class="">{{ app.installs }}</span></div>
<div class="col-3 tooltipped tooltipped-s" aria-label="{{ app.installations }} installations">{% octicon cloud-download width:14 class:"v-align-middle" %} <span class="">{{ app.installations }}</span></div>
<div class="col-3 tooltipped tooltipped-s" aria-label="{{ app.stars }} stars">{% octicon star heigh:16 class:"v-align-middle" %} <span class="">{{ app.stars }}</span></div>
<div class="col-6 text-right">
<img class="avatar tooltipped tooltipped-s" aria-label="Made by {{ app.author }}" height="24" src="https://github.com/{{ app.author }}.png">