mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
display basename for files changed
This commit is contained in:
parent
c53e1bdb22
commit
6f33be1e4f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
<%= File.extname(f).sub('.', '') %>
|
<%= File.extname(f).sub('.', '') %>
|
||||||
</span>
|
</span>
|
||||||
<% end %>
|
<% end %>
|
||||||
<span class="title" title="<%= f %>"><%= f %></span>
|
<span class="title" title="<%= f %>"><%= File.basename f %></span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue