Sha256: 1cab9412b08c9a8c709e2fd9768c8fff94ccbf4ef5f206f6a6589aa660990e92

Contents?: true

Size: 872 Bytes

Versions: 34

Compression:

Stored size: 872 Bytes

Contents

<%
  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-12">
  <div class="relative block text-gray-300 h-40 w-full">
    <%= svg 'avocado', class: "#{classes} h-20 text-gray-400" %>
    <%= svg 'code', class: "#{classes} h-8 -ml-20 -mt-12" %>
    <%= svg 'fire', class: "#{classes} h-8 -ml-10 -mt-24" %>
    <%= svg 'color-swatch', class: "#{classes} h-8 ml-8 -mt-24" %>
    <%= svg 'globe', class: "#{classes} h-8 ml-20 -mt-12" %>
    <%= svg 'library', class: "#{classes} h-8 -ml-20 mt-4" %>
    <%= svg 'photograph', class: "#{classes} h-8 ml-20 mt-4" %>
  </div>
  <div class="relative block text-center text-lg text-gray-400 font-semibold -mt-10"><%= label %> <%= params[:turbo_frame].to_s.humanize.downcase if params[:turbo_frame].present? %></div>
</div>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
avo-1.25.2 app/views/avo/partials/_failed_state.html.erb
avo-1.25.1 app/views/avo/partials/_failed_state.html.erb
avo-2.0.0 app/views/avo/partials/_failed_state.html.erb
avo-1.25.0 app/views/avo/partials/_failed_state.html.erb
avo-1.24.2 app/views/avo/partials/_failed_state.html.erb
avo-1.24.1 app/views/avo/partials/_failed_state.html.erb
avo-1.24.0 app/views/avo/partials/_failed_state.html.erb
avo-1.23.0 app/views/avo/partials/_failed_state.html.erb
avo-1.22.4 app/views/avo/partials/_failed_state.html.erb
avo-1.22.3 app/views/avo/partials/_failed_state.html.erb
avo-1.22.2 app/views/avo/partials/_failed_state.html.erb
avo-1.22.1 app/views/avo/partials/_failed_state.html.erb
avo-1.22.1.pre.2 app/views/avo/partials/_failed_state.html.erb
avo-1.22.1.pre.1 app/views/avo/partials/_failed_state.html.erb
avo-1.22.0 app/views/avo/partials/_failed_state.html.erb
avo-1.22.0.pre.1 app/views/avo/partials/_failed_state.html.erb
avo-1.21.1.pre.1 app/views/avo/partials/_failed_state.html.erb
avo-1.21.0 app/views/avo/partials/_failed_state.html.erb
avo-1.20.2.pre.2 app/views/avo/partials/_failed_state.html.erb
avo-1.20.2.pre.1 app/views/avo/partials/_failed_state.html.erb