Sha256: 79e1a6ec41c35ba6e14454f9d79aebcc4027a04be8ffe2d684d6892b5ef4f1c3

Contents?: true

Size: 704 Bytes

Versions: 129

Compression:

Stored size: 704 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',
      color: :primary,
      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

129 entries across 129 versions & 1 rubygems

Version Path
avo-2.53.0 app/views/avo/debug/report.html.erb
avo-2.52.0 app/views/avo/debug/report.html.erb
avo-2.49.0 app/views/avo/debug/report.html.erb
avo-2.48.0 app/views/avo/debug/report.html.erb
avo-2.47.0 app/views/avo/debug/report.html.erb
avo-2.46.0 app/views/avo/debug/report.html.erb
avo-2.45.0 app/views/avo/debug/report.html.erb
avo-2.44.0 app/views/avo/debug/report.html.erb
avo-2.43.0 app/views/avo/debug/report.html.erb
avo-2.42.2 app/views/avo/debug/report.html.erb
avo-2.42.1 app/views/avo/debug/report.html.erb
avo-2.42.0 app/views/avo/debug/report.html.erb
avo-2.41.0 app/views/avo/debug/report.html.erb
avo-2.40.0 app/views/avo/debug/report.html.erb
avo-2.39.0 app/views/avo/debug/report.html.erb
avo-2.38.0 app/views/avo/debug/report.html.erb
avo-2.37.2 app/views/avo/debug/report.html.erb
avo-2.37.1 app/views/avo/debug/report.html.erb
avo-2.37.0 app/views/avo/debug/report.html.erb
avo-2.36.3 app/views/avo/debug/report.html.erb