Sha256: 840c9965c49c123d4c5ad519ddf3cc5d2fa5a707054b78763e8ee65378cc08c9
Contents?: true
Size: 526 Bytes
Versions: 41
Compression:
Stored size: 526 Bytes
Contents
<!doctype html> <html xml:lang="en" lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Example Entrance App</title> <meta name="viewport" content="width=device-width,initial-scale=1"> </head> <body> <div id="container" class="clearfix"> <% [:error, :notice, :success].each do |msg| %> <% if flash && flash[msg] %> <%= "<div class='alert alert-#{msg}'>#{flash[msg]}</div>" %> <% end %> <% end %> <%= yield %> </div> </body> </html>
Version data entries
41 entries across 26 versions & 1 rubygems