Sha256: dc706bbca28f30fc3d448b37dd2d29eef934104e102c3334916f3bdd2f51bfd9

Contents?: true

Size: 370 Bytes

Versions: 53

Compression:

Stored size: 370 Bytes

Contents

<% attributes ||= [] %>
<% attributes.select! { |attribute| form.object.errors[attribute].any? } %>

<% if notice.present? %>
  <%= render 'account/shared/alert' do %>
    <%= notice %>
  <% end %>
<% end %>

<% if alert.present? || flash[:error] %>
  <%= render 'account/shared/alert', color: 'red' do %>
    <%= alert %>
    <%= flash[:error] %>
  <% end %>
<% end %>

Version data entries

53 entries across 53 versions & 5 rubygems

Version Path
bullet_train-themes-light-1.0.50 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.49 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.48 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.47 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.43 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.44 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.42 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.41 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.40 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.38 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.37 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.36 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.35 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.34 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.33 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.32 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.30 app/views/themes/light/_notices.html.erb
bullet_train-themes-tester-1.0.1 app/views/themes/tester/_notices.html.erb
bullet_train-themes-light-1.0.29 app/views/themes/light/_notices.html.erb
bullet_train-themes-light-1.0.28 app/views/themes/light/_notices.html.erb