Browse Source

no files count in public view

apkallum 5 years ago
parent
commit
948b2469f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archivebox/themes/default/core/snapshot_list.html

+ 1 - 1
archivebox/themes/default/core/snapshot_list.html

@@ -255,7 +255,7 @@
                         </td>
                         <td>
                             <a href="archive/{{link.timestamp}}/index.html">📄 
-                                <span data-number-for="{{link.url}}" title="Fetching any missing files...">{{link.num_outputs}} <img src="{% static 'spinner.gif' %}" class="files-spinner" decoding="async"/></span>
+                                <span data-number-for="{{link.url}}" title="Fetching any missing files...">Entry to files <img src="{% static 'spinner.gif' %}" class="files-spinner" decoding="async"/></span>
                             </a>
                         </td>
                         <td style="text-align:left"><a href="{{link.url}}">{{link.url}}</a></td>