Commit 0eda9144 by Dányi Bence

one: file-listing improved

Displaying hidden file count
parent d6d5f655
...@@ -55,10 +55,10 @@ ...@@ -55,10 +55,10 @@
</div> </div>
</li> </li>
<!-- /ko --> <!-- /ko -->
<li class="file-details wm" id="load-more-files" data-bind="visible: (files().length>0 && files().length != allFiles.length)"> <li class="file-details wm small-row" id="load-more-files" data-bind="visible: (files().length>0 && files().length != allFiles.length)">
<div class="summary" data-bind="click: showMore"> <div class="summary" data-bind="click: showMore">
<div class="name filetype-more"> <div class="name filetype-more">
{% trans "Show more files…" %} {% trans "Show more files…" %} (<span data-bind="text: allFiles.length-files().length"></span> hidden)
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment