Sha256: 0f5cbb02f8c77ce16af5275b3f45614d5e75bc3c352eaccd05c54ed33dd486f8
Contents?: true
Size: 420 Bytes
Versions: 29
Compression:
Stored size: 420 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Login</title> <%= stylesheet_link_tag "mdwa/login_manifest", :media => "all" %> <%= javascript_include_tag "mdwa/login_manifest" %> <%= csrf_meta_tags %> </head> <body> <%= render '/template/mdwa/notice', :notice => notice, :alert => alert %> <div id="mainbody"> <%= render '/template/mdwa/login_text' %> <%= yield %> </div> </body> </html>
Version data entries
29 entries across 29 versions & 1 rubygems