Sha256: 3308885705d0f21affe6e274da1a53b314e226889ff0429bda29b4e92415f77d

Contents?: true

Size: 681 Bytes

Versions: 41

Compression:

Stored size: 681 Bytes

Contents

<turbo-frame id="debug-report">
  <div class="font-semibold">Debug report <small class="font-normal">(don't post this anywhere public)</small></div>
  <div>
    <% if defined?(ap) %>
      <%== ap Avo::App.debug_report(request) %>
    <% else %>
      <pre><%== JSON.pretty_generate(Avo::App.debug_report(request)) %></pre>
    <% end %>
  </div>
  <div class="flex justify-end">
    <%= a_button icon: 'heroicons/outline/clipboard',
      style: :primary,
      data: {
        controller: 'copy-to-clipboard',
        action: "click->copy-to-clipboard#copy",
        text: Avo::App.debug_report(request),
      } do %>
      Copy debug info
    <% end %>
  </div>
</turbo-frame>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
avo-2.12.1.pre.1 app/views/avo/debug/report.html.erb
avo-2.12.0 app/views/avo/debug/report.html.erb
avo-2.11.3.pre.3 app/views/avo/debug/report.html.erb
avo-2.11.3.pre.2 app/views/avo/debug/report.html.erb
avo-2.11.2.pre.3 app/views/avo/debug/report.html.erb
avo-2.11.2.pre.2 app/views/avo/debug/report.html.erb
avo-2.11.2.pre.1 app/views/avo/debug/report.html.erb
avo-2.11.1.pre.3 app/views/avo/debug/report.html.erb
avo-2.11.1 app/views/avo/debug/report.html.erb
avo-2.11.1.pre.2 app/views/avo/debug/report.html.erb
avo-2.11.1.pre.1 app/views/avo/debug/report.html.erb
avo-2.11.0 app/views/avo/debug/report.html.erb
avo-2.10.3.pre.1 app/views/avo/debug/report.html.erb
avo-2.10.2 app/views/avo/debug/report.html.erb
avo-2.9.2.pre1 app/views/avo/debug/report.html.erb
avo-2.10.0 app/views/avo/debug/report.html.erb
avo-2.9.1.pre7 app/views/avo/debug/report.html.erb
avo-2.9.1.pre6 app/views/avo/debug/report.html.erb
avo-2.9.1.pre5 app/views/avo/debug/report.html.erb
avo-2.9.1.pre4 app/views/avo/debug/report.html.erb