diff options
Diffstat (limited to 'app/views/assets')
| -rw-r--r-- | app/views/assets/index.html.erb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/views/assets/index.html.erb b/app/views/assets/index.html.erb index 31dae59..4301fee 100644 --- a/app/views/assets/index.html.erb +++ b/app/views/assets/index.html.erb | |||
| @@ -2,11 +2,16 @@ | |||
| 2 | <%= link_to 'New asset', new_asset_path %> | 2 | <%= link_to 'New asset', new_asset_path %> |
| 3 | <% end %> | 3 | <% end %> |
| 4 | 4 | ||
| 5 | |||
| 6 | <%= will_paginate @assets %> | 5 | <%= will_paginate @assets %> |
| 7 | 6 | ||
| 8 | <table class="assets_table"> | 7 | <table class="assets_table"> |
| 9 | <tr> | 8 | <tr class="header"> |
| 9 | <th>Preview</th> | ||
| 10 | <th>Name</th> | ||
| 11 | <th>Type</th> | ||
| 12 | <th></th> | ||
| 13 | <th></th> | ||
| 14 | <th></th> | ||
| 10 | </tr> | 15 | </tr> |
| 11 | <% @assets.each do |asset| %> | 16 | <% @assets.each do |asset| %> |
| 12 | <tr> | 17 | <tr> |
