Sha256: 8a2512dab99e53e564d90c44f7f6f4c9f281cf9437a57f7a4a55a44c837fab4e

Contents?: true

Size: 232 Bytes

Versions: 21

Compression:

Stored size: 232 Bytes

Contents

<!doctype html>
<html>
<head>
<title>#{@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

21 entries across 21 versions & 1 rubygems

Version Path
rodauth-1.17.0 spec/views/layout.str
rodauth-1.16.0 spec/views/layout.str
rodauth-1.15.0 spec/views/layout.str
rodauth-1.14.0 spec/views/layout.str
rodauth-1.13.0 spec/views/layout.str
rodauth-1.12.0 spec/views/layout.str
rodauth-1.11.0 spec/views/layout.str
rodauth-1.10.0 spec/views/layout.str
rodauth-1.9.0 spec/views/layout.str
rodauth-1.8.0 spec/views/layout.str
rodauth-1.7.0 spec/views/layout.str
rodauth-1.6.0 spec/views/layout.str
rodauth-1.5.0 spec/views/layout.str
rodauth-1.4.0 spec/views/layout.str
rodauth-1.3.0 spec/views/layout.str
rodauth-1.2.0 spec/views/layout.str
rodauth-1.1.0 spec/views/layout.str
rodauth-1.0.0 spec/views/layout.str
rodauth-0.10.0 spec/views/layout.str
rodauth-0.9.1 spec/views/layout.str