Sha256: b6da4a7de672e0b95f68589576edd6785b053ac454421978a0a7fa3808d7c997
Contents?: true
Size: 714 Bytes
Versions: 1
Compression:
Stored size: 714 Bytes
Contents
.alert.alert-error h4 Something went wrong... .text-info | Please consider to report this at a href="https://github.com/espresso/rear/issues" github.com/espresso/rear h5 = error.first h4.text-info Backtrace: - error.each do |l| div = l h4.text-info Path: = rq.path h4.text-info Request Method: = rq.request_method h4.text-info Params: table - params.each_pair do |key,val| tr td .pull-right.text-info = '%s: ' % key td = val.is_a?(String) ? val : val.inspect h4.text-info Env: table - env.each_pair do |key,val| tr td .pull-right.text-info = '%s: ' % key td = val.is_a?(String) ? val : val.inspect
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rear-0.2.0 | lib/rear/templates/error.slim |