% if @files.size == 0 %> 目前沒有任何檔案供下載 <% end %>
| 檔名 | 大小 | 上傳時間 | 動作 |
|---|---|---|---|
| <%= link_to file.filename, :action => 'dl', :filetoken => file.filetoken -%> | <%= number_to_human_size(file.size) -%> | <%= distance_of_time_in_words_to_now(file.created_at, include_seconds = true) -%>之前 | <%= link_to image_tag("del.gif", :alt => '刪除', :border=>0), {:action=> 'rmfile', :filetoken => file.filetoken}, :confirm => "真的要刪?" -%> |