summaryrefslogtreecommitdiff
path: root/app/views/assets/index.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-05 23:56:56 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-05 23:56:56 +0200
commitaf2c6fd85e13139be3e3b2329a51c3a35acb3c40 (patch)
tree02114279d6517ffc12b9920cc1d843937bff5a10 /app/views/assets/index.html.erb
parenta0a495d804319c3f7ad179baba7b87b41f1dc1f3 (diff)
Search assets and events, and order events by when they happen
Diffstat (limited to 'app/views/assets/index.html.erb')
-rw-r--r--app/views/assets/index.html.erb2
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">