Sha256: 8403fa2bf435663640529f4b53c849f8cc2b60d20642cf75e6f993d788bbc0f7
Contents?: true
Size: 746 Bytes
Versions: 2
Compression:
Stored size: 746 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title>CAS Authentication Server</title> <link href="/stylesheets/screen.css?<%= Time.now.usec %>" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div class="container"> <div id="header"> <h1><a href="/login" title="<%= Castronaut.config.organization_name || 'CAS Server' %>"><%= Castronaut.config.organization_name || 'CAS Server' %></a></h1> </div> <div id="content"> <%= yield %> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
relevance-castronaut-0.2.0 | app/views/layout.erb |
relevance-castronaut-0.2.5 | app/views/layout.erb |