Sha256: 0ac66086d987e69f7a2df4b9ce841cf4beab69ccf0b0be7eff6a9bc3dbcab163
Contents?: true
Size: 420 Bytes
Versions: 8
Compression:
Stored size: 420 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= app_const_base %></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
8 entries across 8 versions & 2 rubygems