Sha256: 7d5ca33ef9831b6426ba552692e0eb6d6cc8aa90ade6d7fc2543eb732c5fc601
Contents?: true
Size: 835 Bytes
Versions: 12
Compression:
Stored size: 835 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><%= repo %> - Submit an issue</title> <!-- Bootstrap --> <link href="/vendor/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="/style.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <%= yield %> </div> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems