Sha256: 37e647d782d0ee2e01196efa171ab6e903cfc2e10c3bca483e83dc42d62961e7
Contents?: true
Size: 1.05 KB
Versions: 103
Compression:
Stored size: 1.05 KB
Contents
- self.content_for(:html, :page) do / #{__FILE__} %div{'data-role' => 'header'} = @back_button.render(:html) %h1 Session %div{'data-role' => 'content'} %ul{'data-role' => 'listview'} %li %span ID %span.ui-li-aside %code = @session.session_id %li %span Class %span.ui-li-aside %code = @session.class.short_name %li %span Expires %span.ui-li-aside %code = RubyApp::Language.locale.strftime(@session.expires, RubyApp::Application.configuration.format.date.long) %li %span Identity URL %span.ui-li-aside %code - if @session.identity = @session.identity.url - else (nil) %li = @documents_link.render(:html) do |element| - element.content_for(:html, :link) do %span Documents %span.ui-li-count = @session.documents.length
Version data entries
103 entries across 103 versions & 1 rubygems