Sha256: e8e584c1209a6c4a233eb539bf29adc642f89438bbe40e27893f7876c320b236

Contents?: true

Size: 905 Bytes

Versions: 41

Compression:

Stored size: 905 Bytes

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'
%>
  <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? %>
      <div class="text-center text-sm w-full pb-3">
        This is not an issue with Avo. Use <%= link_to 'this page', params[:src], target: :_blank %> to see why this frame failed to load.
      </div>
    <% end %>
  </div>
<% end %>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
avo-2.16.1.pre.1.nativefields app/views/avo/home/failed_to_load.html.erb
avo-2.16.0 app/views/avo/home/failed_to_load.html.erb
avo-2.15.3 app/views/avo/home/failed_to_load.html.erb
avo-2.15.3.pre.1.data.attrs.to.sidebar.items app/views/avo/home/failed_to_load.html.erb
avo-2.15.2 app/views/avo/home/failed_to_load.html.erb
avo-2.15.2.pre.1 app/views/avo/home/failed_to_load.html.erb
avo-2.15.1 app/views/avo/home/failed_to_load.html.erb
avo-2.15.0 app/views/avo/home/failed_to_load.html.erb
avo-2.14.3.pre.7.polytranslations1 app/views/avo/home/failed_to_load.html.erb
avo-2.14.3.pre.6.nosprockets app/views/avo/home/failed_to_load.html.erb
avo-2.14.3.pre.5.nosprockets app/views/avo/home/failed_to_load.html.erb
avo-2.14.3.pre.4.tosqlfix app/views/avo/home/failed_to_load.html.erb
avo-2.14.3.pre.3.jsbundling app/views/avo/home/failed_to_load.html.erb
avo-2.14.3.pre.2.tailwindcss app/views/avo/home/failed_to_load.html.erb
avo-2.14.3.pre.1.branding app/views/avo/home/failed_to_load.html.erb
avo-2.14.2 app/views/avo/home/failed_to_load.html.erb
avo-2.14.2.pre.1 app/views/avo/home/failed_to_load.html.erb
avo-2.14.1 app/views/avo/home/failed_to_load.html.erb
avo-2.14.1.pre.1 app/views/avo/home/failed_to_load.html.erb
avo-2.14.0 app/views/avo/home/failed_to_load.html.erb