Sha256: 7de8b76bc6380da9a23efc2e386f221c4306cf4f5ad2f9b17d6447daf6dc66ac
Contents?: true
Size: 236 Bytes
Versions: 13
Compression:
Stored size: 236 Bytes
Contents
<!doctype html> <html> <head> <title>Foo #{@title}</title> </head> <body> #{"<div id='error_flash'>#{flash[:error]}</div>" if flash[:error]} #{"<div id='notice_flash'>#{flash[:notice]}</div>" if flash[:notice]} #{yield} </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems