mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-11-28 16:40:27 +08:00
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.
6 lines
132 B
Text
6 lines
132 B
Text
<%# locals: (obj: nil) %>
|
|
<div>
|
|
Stripe Data:
|
|
<br>
|
|
<pre><code><%= JSON.pretty_generate(obj.stripe_data) %></code></pre>
|
|
</div>
|