mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
Merge branch 'dashboard_list' of github.com:neocities/neocities into dashboard_list
This commit is contained in:
commit
097f17358e
2 changed files with 26 additions and 5 deletions
|
@ -137,12 +137,15 @@
|
|||
<% end %>
|
||||
|
||||
<a class="title">
|
||||
<% if file[:name].length > 19 %>
|
||||
<%= file[:name].slice(0..18) %>…
|
||||
<% else %>
|
||||
<%= file[:name] %>
|
||||
<% end %>
|
||||
<%= file[:name] %>
|
||||
</a>
|
||||
<div class="column size">
|
||||
5KB
|
||||
</div>
|
||||
<div class="column updated">
|
||||
5/13/15
|
||||
</div>
|
||||
|
||||
<div class="overlay">
|
||||
<% if file[:is_editable] %>
|
||||
<a href="/site_files/text_editor<%= file[:path] %>"><i class="fa fa-edit" title="Edit"></i> Edit</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue