Sha256: 91e156013553441af8555ead9747a86aeb2e37f98697f2a38d85d88992fbc009

Contents?: true

Size: 1 KB

Versions: 20

Compression:

Stored size: 1 KB

Contents

<%= render Avo::TurboFrameWrapperComponent.new(params[:turbo_frame]) do %>
  <%
  classes = 'absolute inset-auto left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2'
  label = t 'avo.failed_to_load'
  src_url = params[:src].present? && !params[:src].starts_with?('http://') ? CGI.escapeHTML(params[:src]) : nil
%>
  <div class="relative flex-1 py-4">
    <div class="relative block text-gray-300 h-64 w-full">
      <%= svg "avo/failed_to_load", class: "#{classes} h-52 text-gray-400" %>
    </div>
    <div class="relative block text-center text-lg text-gray-400 font-semibold pb-6"><%= label %> <span class="border-b-2 border-dashed"><%= params[:turbo_frame].to_s.humanize.downcase if params[:turbo_frame].present? %></span> frame</div>
    <% if Rails.env.development? && src_url %>
      <div class="text-center text-sm w-full pb-3">
        This is not an issue with Avo. Use <%= link_to 'this page', src_url, target: :_blank %> to see why this frame failed to load.
      </div>
    <% end %>
  </div>
<% end %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
avo-3.14.3 app/views/avo/home/failed_to_load.html.erb
avo-3.14.2 app/views/avo/home/failed_to_load.html.erb
avo-3.14.1 app/views/avo/home/failed_to_load.html.erb
avo-3.14.0 app/views/avo/home/failed_to_load.html.erb
avo-3.13.7 app/views/avo/home/failed_to_load.html.erb
avo-3.13.6 app/views/avo/home/failed_to_load.html.erb
avo-3.13.5 app/views/avo/home/failed_to_load.html.erb
avo-3.13.4 app/views/avo/home/failed_to_load.html.erb
avo-3.13.3 app/views/avo/home/failed_to_load.html.erb
avo-3.13.2 app/views/avo/home/failed_to_load.html.erb
avo-3.13.1 app/views/avo/home/failed_to_load.html.erb
avo-3.13.0 app/views/avo/home/failed_to_load.html.erb
avo-3.12.0 app/views/avo/home/failed_to_load.html.erb
avo-3.11.10 app/views/avo/home/failed_to_load.html.erb
avo-3.11.9 app/views/avo/home/failed_to_load.html.erb
avo-3.11.8 app/views/avo/home/failed_to_load.html.erb
avo-3.11.7 app/views/avo/home/failed_to_load.html.erb
avo-3.11.6 app/views/avo/home/failed_to_load.html.erb
avo-3.11.5 app/views/avo/home/failed_to_load.html.erb
avo-3.11.4 app/views/avo/home/failed_to_load.html.erb