Sha256: 624b621a7d5734107b2e1d37a1b4ba3b8915b25f4a733fa395360b3f17484435
Contents?: true
Size: 431 Bytes
Versions: 11
Compression:
Stored size: 431 Bytes
Contents
<% flash.each do |key, value| %> <% next if ['__analytics_identify_events','__analytics_track_events'].include?(key) %> <% klass = ['success','warning','danger','info'].include?(key) ? key : 'info' %> <div class="fadeout alert alert-<%= klass %>"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> <%= value %> </div> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems