Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fad9a commit cbaa3deCopy full SHA for cbaa3de
app/assets/views/builder/index.html
@@ -8,6 +8,8 @@
8
<dd>{{dataset.description}}</dd>
9
<dt>Published:</dt>
10
<dd date-from-now="dataset.published_at">{{dataset.published_at}}</dd>
11
+ <dt>Snatched:</dt>
12
+ <dd>{{dataset.stats_info['downloaded']}} times</dd>
13
</dl>
14
</div>
15
app/js/models.js
@@ -71,7 +71,8 @@ function Dataset(data) {
71
'os',
72
'description',
73
'uuid',
74
- 'published_at'
+ 'published_at',
75
+ 'stats_info'
76
];
77
78
for (i in proxy_attrs) {
0 commit comments