ubicloud/views/admin/extras/Invoice.erb
Eren Başak cefb86db01 Add Extra Info for some Models in Admin
This change adds some logic for showing extra information
about different models in admin panel. This can be useful
for many things such as quick metrics, health results as well as
stripe data and invoice download links as implemented in this
example.
2025-11-07 11:53:53 +03:00

4 lines
127 B
Text

<%# locals: (obj: nil) %>
<% if link = obj.generate_download_link %>
<p><a href="<%= link %>">Download PDF</a></p>
<% end %>