mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
truncate ext in dashboard to 4 chars
This commit is contained in:
parent
3057eda4b0
commit
478e133b05
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
</div>
|
||||
<% else %>
|
||||
<div class="html-thumbnail misc fileimagehover">
|
||||
<div class="misc-icon"><%= file[:ext] %></div>
|
||||
<div class="misc-icon"><%= file[:ext][0..3] %></div>
|
||||
<div class="overlay"></div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue