Sha256: 7d21b1df9e0bfca74e2fb5afb04e5387dc8db0a0731e511b40d046117e0e5f6c

Contents?: true

Size: 934 Bytes

Versions: 9

Compression:

Stored size: 934 Bytes

Contents

<div class="rounded-md bg-red-50 p-4">
  <div class="flex">
    <div class="flex-shrink-0">
      <svg class="h-5 w-5 text-red-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z" clip-rule="evenodd"/>
      </svg>
    </div>
    <div class="ml-3">
      <h3 class="text-sm font-medium text-red-800"><%%= pluralize(resource.errors.count, "error") %> prohibited this
        record from being saved</h3>
      <div class="mt-2 text-sm text-red-700">
        <ul role="list" class="list-disc space-y-1 pl-5">
          <%% resource.errors.each do |error| %>
            <li><%%= error.full_message %></li>
          <%% end %>
        </ul>
      </div>
    </div>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sun-sword-0.0.9 lib/generators/sun_sword/templates_frontend/views/components/_error_form_submit.html.erb.tt
sun-sword-0.0.8 lib/generators/sun_sword/templates_frontend/views/components/_error_form_submit.html.erb.tt
sun-sword-0.0.7 lib/generators/sun_sword/templates_frontend/views/components/_error_form_submit.html.erb.tt
sun-sword-0.0.6 lib/generators/sun_sword/templates_frontend/views/components/_error_form_submit.html.erb.tt
sun-sword-0.0.5 lib/generators/sun_sword/templates_frontend/views/components/_error_form_submit.html.erb.tt
sun-sword-0.0.4 lib/generators/sun_sword/templates_frontend/views/components/_error_form_submit.html.erb.tt
sun-sword-0.0.3 lib/generators/sun_sword/templates_frontend/views/components/_error_form_submit.html.erb.tt
sun-sword-0.0.2 lib/generators/sun_sword/templates_frontend/views/components/_error_form_submit.html.erb.tt
sun-sword-0.0.1 lib/generators/sun_sword/templates_frontend/views/components/_error_form_submit.html.erb.tt