Sha256: c96bf602b074cb6397e737680e57fa2931065a3f3157d911f537feed1c4dfae3

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

<% if @attr.try(:[], :request) -%>
<table class="table table-hover table-condensed">
<tr><td>session id</td><td><%= @attr[:request].ssl? ? "[FILTERED]" : ((@attr[:request].session['session_id'] || @attr[:request].env["rack.session.options"][:id]).inspect) %></td></tr>
<tr><td>data</td><td><%= PP.pp(@attr[:request].session, "") %></td></tr>
</table>
<% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
runtimeerror_notifier-0.0.12 templates/runtimeerror_notifier/_session.html.erb
runtimeerror_notifier-0.0.11 templates/runtimeerror_notifier/_session.html.erb