Sha256: 9ef751d84917cfb58361e224ab357040c80ac860e2feb11350c8ed87ebe914be

Contents?: true

Size: 470 Bytes

Versions: 23

Compression:

Stored size: 470 Bytes

Contents

<% color ||= 'yellow' %>

<div class="rounded-md bg-<%= color %>-400 border border-<%= color %>-500 py-4 px-5 mb-3">
  <h3 class="text-sm text-<%= color %>-900 font-light">
    <%= yield %>
  </h3>
</div>

<% # we have to list out the evaluations we want possible above so purgecss includes them in production. %>
<% if false %>
  <div class="bg-yellow-400 border-yellow-500 text-yellow-900"></div>
  <div class="bg-red-400 border-red-500 text-red-900"></div>
<% end %>

Version data entries

23 entries across 23 versions & 5 rubygems

Version Path
bullet_train-themes-light-1.0.34 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.33 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.32 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.30 app/views/themes/light/_alert.html.erb
bullet_train-themes-tester-1.0.1 app/views/themes/tester/_alert.html.erb
bullet_train-themes-light-1.0.29 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.28 app/views/themes/light/_alert.html.erb
bullet_train-themes-custom-1.0 app/views/themes/custom/_alert.html.erb
bullet_train-themes-testing-1.0 app/views/themes/testing/_alert.html.erb
bullet_train-themes-tester-1.0 app/views/themes/tester/_alert.html.erb
bullet_train-themes-light-1.0.27 app/views/themes/light/_alert.html.erb
bullet_train-themes-hayabusa-1.3 app/views/themes/hayabusa/_alert.html.erb
bullet_train-themes-hayabusa-1.2 app/views/themes/hayabusa/_alert.html.erb
bullet_train-themes-hayabusa-1.1 app/views/themes/hayabusa/_alert.html.erb
bullet_train-themes-light-1.0.26 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.25 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.24 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.23 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.22 app/views/themes/light/_alert.html.erb
bullet_train-themes-light-1.0.21 app/views/themes/light/_alert.html.erb