Sha256: bfd806b9f7462fefef96b253283e8aef5f503e894131f385eaed0960238d5587

Contents?: true

Size: 1.33 KB

Versions: 13

Compression:

Stored size: 1.33 KB

Contents

<% flash.each do |key, errors| %>
<div class="rounded-md <%= classes_for_flash(key) %> p-4"  data-controller="flash">
  <div class="flex">
    <div class="flex-shrink-0">
      <svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M8.485 3.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 3.495zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z" clip-rule="evenodd"/>
      </svg>
    </div>
    <div class="ml-3">
      <%= errors %>
    </div>
    <div class="ml-auto pl-3">
      <div class="-mx-1.5 -my-1.5">
        <button type="button" data-action="flash#dismiss" class="inline-flex rounded-md p-1.5 focus:outline-none focus:ring-2 focus:ring-offset-2">
          <span class="sr-only"><%= I18n.t('bo.flash.close')%></span>
          <svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
            <path d="M6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z"/>
          </svg>
        </button>
      </div>
    </div>
  </div>
</div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tybo-0.0.24 app/views/layouts/_flash.html.erb
tybo-0.0.23 app/views/layouts/_flash.html.erb
tybo-0.0.22 app/views/layouts/_flash.html.erb
tybo-0.0.21 app/views/layouts/_flash.html.erb
tybo-0.0.20 app/views/layouts/_flash.html.erb
tybo-0.0.19 app/views/layouts/_flash.html.erb
tybo-0.0.18 app/views/layouts/_flash.html.erb
tybo-0.0.17 app/views/layouts/_flash.html.erb
tybo-0.0.16 app/views/layouts/_flash.html.erb
tybo-0.0.15 app/views/layouts/_flash.html.erb
tybo-0.0.14 app/views/layouts/_flash.html.erb
tybo-0.0.13 app/views/layouts/_flash.html.erb
tybo-0.0.12 app/views/layouts/_flash.html.erb