diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-05 23:56:56 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-05 23:56:56 +0200 |
| commit | af2c6fd85e13139be3e3b2329a51c3a35acb3c40 (patch) | |
| tree | 02114279d6517ffc12b9920cc1d843937bff5a10 /app/views/events/index.html.erb | |
| parent | a0a495d804319c3f7ad179baba7b87b41f1dc1f3 (diff) | |
Search assets and events, and order events by when they happen
Diffstat (limited to 'app/views/events/index.html.erb')
| -rw-r--r-- | app/views/events/index.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index c4f0a7f9..14790526 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | :label => t(".create_event"), | 4 | :label => t(".create_event"), |
| 5 | :options => [[t(".create_event"), new_event_path]] %> | 5 | :options => [[t(".create_event"), new_event_path]] %> |
| 6 | 6 | ||
| 7 | <%= render "shared/search_form", :placeholder => t(".search_placeholder") %> | ||
| 8 | |||
| 7 | <%= will_paginate @events %> | 9 | <%= will_paginate @events %> |
| 8 | 10 | ||
| 9 | <table class="events_table"> | 11 | <table class="events_table"> |
