Sha256: 4d59d29b0de12dcdfe52521a186a93b597375a69aca428ef7df548793b58e0e9
Contents?: true
Size: 422 Bytes
Versions: 4
Compression:
Stored size: 422 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= application_name %></title> <%%= stylesheet_link_tag :all %> <%%= javascript_include_tag :defaults %> <%%= csrf_meta_tag %> <%% if controller.respond_to?(:current_user) && controller.send(:current_user) != nil %> <meta http-equiv="refresh" content="<%%= controller.send(:idle_session_timeout) * 60 + 5 %>" /> <%% end %> </head> <body> <%%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems