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.32.5 app/views/avo/debug/report.html.erb
avo-2.32.4 app/views/avo/debug/report.html.erb
avo-2.32.3 app/views/avo/debug/report.html.erb
avo-2.32.2 app/views/avo/debug/report.html.erb
avo-2.32.1 app/views/avo/debug/report.html.erb
avo-2.32.0 app/views/avo/debug/report.html.erb
avo-2.31.0 app/views/avo/debug/report.html.erb
avo-2.30.2 app/views/avo/debug/report.html.erb
avo-2.30.1 app/views/avo/debug/report.html.erb
avo-2.30.1.pre4.pr1683 app/views/avo/debug/report.html.erb
avo-2.30.1.pre3.pr1683 app/views/avo/debug/report.html.erb
avo-2.30.1.pre2.pr1683 app/views/avo/debug/report.html.erb
avo-2.30.1.pre1.pr1683 app/views/avo/debug/report.html.erb
avo-2.30.0 app/views/avo/debug/report.html.erb
avo-2.29.1 app/views/avo/debug/report.html.erb
avo-2.29.1.pre.pr1652 app/views/avo/debug/report.html.erb
avo-2.29.0 app/views/avo/debug/report.html.erb
avo-2.28.3.pre.pr1646 app/views/avo/debug/report.html.erb
avo-2.28.2.pre.pr1642 app/views/avo/debug/report.html.erb
avo-2.28.1.pre.pr1642 app/views/avo/debug/report.html.erb