app/views/avo/debug/report.html.erb in avo-2.11.2.pre.3 vs app/views/avo/debug/report.html.erb in avo-2.11.3.pre.1
- 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),