feat: display drops

This commit is contained in:
insects 2025-03-11 15:40:54 +01:00
parent fb9ed4546a
commit 1e46ad269e

View file

@ -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 %>