Sha256: 22762f7a8251508455bdc5223b7d410e8abe7d1ef22c62aec613369435d288ec

Contents?: true

Size: 244 Bytes

Versions: 6

Compression:

Stored size: 244 Bytes

Contents

<!doctype html>
<html>
<head>
<title>Foo #{@title}</title>
</head>
<body>
#{"<div id='error_flash'>#{flash['error2']}</div>" if flash['error2']}
#{"<div id='notice_flash'>#{flash['notice2']}</div>" if flash['notice2']}
#{yield}
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rodauth-1.22.0 spec/views/layout-other.str
rodauth-1.21.0 spec/views/layout-other.str
rodauth-1.20.0 spec/views/layout-other.str
rodauth-1.19.1 spec/views/layout-other.str
rodauth-1.19.0 spec/views/layout-other.str
rodauth-1.18.0 spec/views/layout-other.str