Sha256: cbb5043d5aa962b88e468cdcc9a831fd3b32d320eeb215b968b9ba5a51fa67ec

Contents?: true

Size: 256 Bytes

Versions: 47

Compression:

Stored size: 256 Bytes

Contents

<%
  classes = "inline-block"
  classes += " text-red-700" if @status == 'failed'
%>
<div class="flex flex-shrink-0">
  <div class="<%= classes %>"><%= @label %></div>
  <% if @status == 'loading' %>
    <div class="spinner ml-1"></div>
  <% end %>
</div>

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
avo-1.2.5 app/components/avo/common/status_viewer_component.html.erb
avo-1.2.4 app/components/avo/common/status_viewer_component.html.erb
avo-1.2.3 app/components/avo/common/status_viewer_component.html.erb
avo-1.3.0.pre.1 app/components/avo/common/status_viewer_component.html.erb
avo-1.2.2 app/components/avo/common/status_viewer_component.html.erb
avo-1.1.0 app/components/avo/common/status_viewer_component.html.erb
avo-1.1.0.pre.1 app/components/avo/common/status_viewer_component.html.erb
avo-1.0.5 app/components/avo/common/status_viewer_component.html.erb
avo-1.0.4 app/components/avo/common/status_viewer_component.html.erb
avo-1.0.2 app/components/avo/common/status_viewer_component.html.erb
avo-1.0.1 app/components/avo/common/status_viewer_component.html.erb
avo-1.0.0 app/components/avo/common/status_viewer_component.html.erb
avo-0.5.0.beta15 app/components/avo/common/status_viewer_component.html.erb
avo-0.5.0.beta14 app/components/avo/common/status_viewer_component.html.erb
avo-0.5.0.beta13 app/components/avo/common/status_viewer_component.html.erb
avo-0.5.0.beta12 app/components/avo/common/status_viewer_component.html.erb
avo-0.5.0.beta11 app/components/avo/common/status_viewer_component.html.erb
avo-0.5.0.beta10 app/components/avo/common/status_viewer_component.html.erb
avo-0.5.0.beta9 app/components/avo/common/status_viewer_component.html.erb
avo-0.5.0.beta8 app/components/avo/common/status_viewer_component.html.erb