Sha256: 4a326af15bfc4e4e4a1da9e2b34f497f07b592ec834767bdfdfa1f684d9b2e93

Contents?: true

Size: 519 Bytes

Versions: 9

Compression:

Stored size: 519 Bytes

Contents

<h1>Advert Selector Main</h1>

<% unless AdvertSelector::ErrorsCache.errors.blank? %>
  <div class="alert alert-error">
    <h3>Latest errors - <%= link_to 'Clear errors log.', clear_errors_log_url %></h3>
    <ul>
      <% AdvertSelector::ErrorsCache.errors.each do |error| %>
        <li><%= simple_format(h(error)) %></li>
      <% end %>
    </ul>
  </div>
<% else %>
  <div class="alert alert-success">
    No errors currently.
  </div>

<% end %>


<p>Find me in app/views/advert_selector/main/index.html.erb</p>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
advert_selector-3.0.1 app/views/advert_selector/main/index.html.erb
advert_selector-3.0.0 app/views/advert_selector/main/index.html.erb
advert_selector-2.0.1 app/views/advert_selector/main/index.html.erb
advert_selector-2.0.0 app/views/advert_selector/main/index.html.erb
advert_selector-1.0.4 app/views/advert_selector/main/index.html.erb
advert_selector-1.0.3 app/views/advert_selector/main/index.html.erb
advert_selector-1.0.2 app/views/advert_selector/main/index.html.erb
advert_selector-1.0.1 app/views/advert_selector/main/index.html.erb
advert_selector-1.0.0 app/views/advert_selector/main/index.html.erb