From 1e46ad269eb7049d21601ca7d18a6be7f9b2922d Mon Sep 17 00:00:00 2001 From: insects Date: Tue, 11 Mar 2025 15:40:54 +0100 Subject: [PATCH] feat: display drops --- app/views/instance/_list.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/instance/_list.html.erb b/app/views/instance/_list.html.erb index 9489f4c..143805a 100644 --- a/app/views/instance/_list.html.erb +++ b/app/views/instance/_list.html.erb @@ -9,6 +9,9 @@

LV<%= nm[:level].to_s.rjust(2, "0") %> <%= nm[:name] %> + <% if nm[:drops] %> + + <% end %> <% if nm[:weather] %> <% end %>