Sha256: b02358d86af242cd87cd73f764418efd456ea0cc0d6772896d13dce5aae10fde
Contents?: true
Size: 508 Bytes
Versions: 37
Compression:
Stored size: 508 Bytes
Contents
<html> <head> <title>Auth App</title> <?css body { margin: 5em; padding: 1em; border: 1px soid black; } ul { list-style: none; margin: 0; } .error { color: red; } ?> </head> <body> <div class="header"> <?r if logged_in? ?> #{a 'Logout', :logout} <?r else ?> #{a 'Login', :login} <?r end ?> </div> <div class="content"> <h1>Auth App</h1> #{@content} </div> <div class="footer"> </div> </body> </html>
Version data entries
37 entries across 37 versions & 4 rubygems