Sha256: e84f704948e59123d2eff0d78e3e28aebb37b1d052f4ea63a9cddd55babdc3c1

Contents?: true

Size: 907 Bytes

Versions: 131

Compression:

Stored size: 907 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

131 entries across 131 versions & 1 rubygems

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