summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/assets/index.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/assets/index.html.erb b/app/views/assets/index.html.erb
index c9be684..fc7c029 100644
--- a/app/views/assets/index.html.erb
+++ b/app/views/assets/index.html.erb
@@ -3,10 +3,11 @@
3<% end %> 3<% end %>
4 4
5 5
6<%= will_paginate @assets %>
7
6<table> 8<table>
7 <tr> 9 <tr>
8 </tr> 10 </tr>
9
10<% @assets.each do |asset| %> 11<% @assets.each do |asset| %>
11 <tr> 12 <tr>
12 <td><%= image_tag asset.upload.url(:thumb) %></td> 13 <td><%= image_tag asset.upload.url(:thumb) %></td>