Sha256: 2aa36336b35433242841b5042b07f37f71b335db535f72187af2981c5b176b43
Contents?: true
Size: 991 Bytes
Versions: 12
Compression:
Stored size: 991 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Agilib</title> <style> body { background-color: #ffffff } #logo { position: absolute; width: 161px; height: 64px; left: 50%; top: 30%; margin-left: -80.5px; margin-top: 32px; } .content { font-family: helvetica; position: absolute; width: 161px; height: 64px; left: 50%; top: 39%; margin-left: -80.5px; margin-top: 32px; text-align: center; color: #0085a6; font-size: 10px; } .logout{ color: red; } </style> </head> <body> <img id="logo" src="http://agivis.com.br/assets/logo_agivis-af5e30b64fe8cc778c0b0010b613e88c.jpg" alt="Agivis"> <div class="content"><span><strong>agilib-rails v<%= Agilib::Version::STRING %></strong></span><% if current_user %> <br/>Logado como: <%= current_user.name %> (<%= link_to "sair", destroy_user_session_path, :method => :delete, :class => "logout" %>)<% end %></div> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems