Sha256: dbdc3cf6c3489b80606e5bf71887b61d2c09c4d8d668d71cdc9d3686a7fc557f
Contents?: true
Size: 560 Bytes
Versions: 1
Compression:
Stored size: 560 Bytes
Contents
<div class="container"> <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>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mtdevise-5.0.1 | app/views/shared/_flash.html.erb |