From 1e46ad269eb7049d21601ca7d18a6be7f9b2922d Mon Sep 17 00:00:00 2001 From: insects <mail@liv.nrw> 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 @@ <h3 class="nm-info"> <span class="badge">LV<%= nm[:level].to_s.rjust(2, "0") %></span> <%= nm[:name] %> + <% if nm[:drops] %> + <span title="<%= nm[:drops] %>" style="font-size: 14px;">✨</span> + <% end %> <% if nm[:weather] %> <img src="/weather/<%= nm[:weather] %>.png" title="during <%= nm[:weather] %> only" width="15" /> <% end %>