Sha256: cd1c28e7c8b74212811a101ed4118b820e32be7e1baa54009a2fda47b4485e62

Contents?: true

Size: 1 KB

Versions: 185

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://') ? params.permit(:src).fetch(:src) : nil
%>
  <div class="relative flex-1 py-4">
    <div class="relative block text-gray-300 h-64 w-full">
      <%= svg '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

185 entries across 185 versions & 1 rubygems

Version Path
avo-2.53.0 app/views/avo/home/failed_to_load.html.erb
avo-2.52.0 app/views/avo/home/failed_to_load.html.erb
avo-3.6.4 app/views/avo/home/failed_to_load.html.erb
avo-3.6.3 app/views/avo/home/failed_to_load.html.erb
avo-3.6.2 app/views/avo/home/failed_to_load.html.erb
avo-2.49.0 app/views/avo/home/failed_to_load.html.erb
avo-3.6.1 app/views/avo/home/failed_to_load.html.erb
avo-3.6.0 app/views/avo/home/failed_to_load.html.erb
avo-3.5.8 app/views/avo/home/failed_to_load.html.erb
avo-3.5.7 app/views/avo/home/failed_to_load.html.erb
avo-3.5.6 app/views/avo/home/failed_to_load.html.erb
avo-3.5.6.beta1 app/views/avo/home/failed_to_load.html.erb
avo-3.5.5 app/views/avo/home/failed_to_load.html.erb
avo-3.5.4 app/views/avo/home/failed_to_load.html.erb
avo-3.5.3 app/views/avo/home/failed_to_load.html.erb
avo-3.5.2 app/views/avo/home/failed_to_load.html.erb
avo-3.5.1 app/views/avo/home/failed_to_load.html.erb
avo-3.5.0 app/views/avo/home/failed_to_load.html.erb
avo-3.4.4 app/views/avo/home/failed_to_load.html.erb
avo-3.4.3 app/views/avo/home/failed_to_load.html.erb