Sha256: bac40fee7f98693cfb2c0a155fdad9a81248f189d4ecdced168062ba8a944350

Contents?: true

Size: 373 Bytes

Versions: 76

Compression:

Stored size: 373 Bytes

Contents

<%= render Avo::FlashAlertsComponent.new flashes: flash %>

<% if @record&.errors&.any? %>
  <% @record.errors.full_messages.each do |message| %>
    <%= render Avo::AlertComponent.new :error, message %>
  <% end %>
<% end %>

<% if @backtrace&.present? && Avo::Current.user_is_developer? %>
  <%= render Avo::BacktraceAlertComponent.new backtrace: @backtrace %>
<% end %>

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/views/avo/partials/_all_alerts.html.erb
avo-3.18.1 app/views/avo/partials/_all_alerts.html.erb
avo-3.18.0.tw4 app/views/avo/partials/_all_alerts.html.erb
avo-3.18.0 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.9.beta2 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.9.beta1 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.9.tw4 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.9 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.8.tw4 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.8 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.7 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.6.tw4 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.6 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.5 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.4 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.3 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.5.tw4 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.4.tw4 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.3.tw4 app/views/avo/partials/_all_alerts.html.erb
avo-3.17.2.tw4 app/views/avo/partials/_all_alerts.html.erb