diff options
Diffstat (limited to 'app/views/assets')
| -rw-r--r-- | app/views/assets/index.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/assets/index.html.erb b/app/views/assets/index.html.erb index af11f54f..d2c5d6cc 100644 --- a/app/views/assets/index.html.erb +++ b/app/views/assets/index.html.erb | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | :label => t(".create_asset"), | 4 | :label => t(".create_asset"), |
| 5 | :options => [[t(".create_asset"), new_asset_path]] %> | 5 | :options => [[t(".create_asset"), new_asset_path]] %> |
| 6 | 6 | ||
| 7 | <%= render "shared/search_form", :placeholder => t(".search_placeholder") %> | ||
| 8 | |||
| 7 | <%= will_paginate @assets %> | 9 | <%= will_paginate @assets %> |
| 8 | 10 | ||
| 9 | <table class="assets_table"> | 11 | <table class="assets_table"> |
