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

Version Path
rodauth-1.17.0 spec/views/layout-other.str
rodauth-1.16.0 spec/views/layout-other.str
rodauth-1.15.0 spec/views/layout-other.str
rodauth-1.14.0 spec/views/layout-other.str
rodauth-1.13.0 spec/views/layout-other.str
rodauth-1.12.0 spec/views/layout-other.str
rodauth-1.11.0 spec/views/layout-other.str
rodauth-1.10.0 spec/views/layout-other.str
rodauth-1.9.0 spec/views/layout-other.str
rodauth-1.8.0 spec/views/layout-other.str
rodauth-1.7.0 spec/views/layout-other.str
rodauth-1.6.0 spec/views/layout-other.str
rodauth-1.5.0 spec/views/layout-other.str