Sha256: 4c3862e043ce6ac435c908206a7d15a472beb99f482dcf50c94018818ec77dfc

Contents?: true

Size: 911 Bytes

Versions: 16

Compression:

Stored size: 911 Bytes

Contents

<%
  classes = 'absolute inset-auto left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2'
  translation_tag = params[:related_name].present? ? 'avo.no_related_item_found' : 'avo.no_item_found'
  label = t translation_tag, { item: resource_name }
%>
<div class="relative flex-1 py-12">
  <div class="relative block text-gray-300 h-64 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 %></div>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
avo-1.0.0 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta15 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta14 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta13 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta12 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta11 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta10 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta9 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta8 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta7 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta6 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta5 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta4 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta3 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta2 app/views/avo/partials/_empty_state.html.erb
avo-0.5.0.beta1 app/views/avo/partials/_empty_state.html.erb