Sha256: a05db2bff8afb36e9d072c64fe407301d6c5419884d47ce45be0261c16b27ee5
Contents?: true
Size: 588 Bytes
Versions: 71
Compression:
Stored size: 588 Bytes
Contents
<div class="row"> <div class=".col-md-12"> <div class="alert alert-dismissible alert-warning hidden alert-please-update" role="alert"> <button aria-label="Close" class="close" data-dismiss="alert" type="button"><span aria-hidden="true"> ×</span></button><strong>Please update</strong>Despite the fact that the record doens't show on your screen you must save it to delete it! </div> <% flash.each do |key, value| %> <div class="<%= flash_class(key) %> fade in"> <a href="#" data-dismiss="alert" class="close">×</a> <%= value %> </div> <% end %> </div> </div>
Version data entries
71 entries across 71 versions & 5 rubygems