app/views/avo/debug/report.html.erb in avo-2.12.1.pre.1 vs app/views/avo/debug/report.html.erb in avo-2.13.0
- old
+ new
@@ -7,9 +7,10 @@
<pre><%== JSON.pretty_generate(Avo::App.debug_report(request)) %></pre>
<% end %>
</div>
<div class="flex justify-end">
<%= a_button icon: 'heroicons/outline/clipboard',
+ color: :primary,
style: :primary,
data: {
controller: 'copy-to-clipboard',
action: "click->copy-to-clipboard#copy",
text: Avo::App.debug_report(request),