Sha256: cff770e21f638e666099900e9f6798871083798524555277a8e9814ae23613aa

Contents?: true

Size: 438 Bytes

Versions: 6

Compression:

Stored size: 438 Bytes

Contents

<!doctype html>
<html>
<head>
<title>#{@title}</title>
</head>
<body>
#{"<div id='error_flash'>#{opts[:sessions_convert_symbols] ? flash['error'] : flash[:error]}</div>" if opts[:sessions_convert_symbols] ? flash['error'] : flash[:error]}
#{"<div id='notice_flash'>#{opts[:sessions_convert_symbols] ? flash['notice'] : flash[:notice]}</div>" if opts[:sessions_convert_symbols] ? flash['notice'] : flash[:notice]}
#{yield}
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

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