Merge branch 'dashboard_list' of github.com:neocities/neocities into dashboard_list

This commit is contained in:
Kyle Drake 2015-05-15 12:34:59 -07:00
commit 097f17358e
2 changed files with 26 additions and 5 deletions

View file

@ -137,12 +137,15 @@
<% end %>
<a class="title">
<% if file[:name].length > 19 %>
<%= file[:name].slice(0..18) %>&hellip;
<% 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>