Page MenuHomeSoftware Heritage

No OneTemporary

diff --git a/swh/web/ui/templates/layout.html b/swh/web/ui/templates/layout.html
index 32aedba9..77e39230 100644
--- a/swh/web/ui/templates/layout.html
+++ b/swh/web/ui/templates/layout.html
@@ -1,32 +1,32 @@
<!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>{% block title %}{% endblock %} - The Software Heritage Archive</title>
<!-- BEGIN: bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" integrity="sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
<!-- END: bootstrap -->
<!--
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}" />
-->
<script>document.domain = "softwareheritage.org";</script>
</head>
<body>
<div class="title">
<h1>{{ self.title() }}</h1>
- <div class="messages">
+ </div>
+ <div class="messages">
{% for message in get_flashed_messages() %}
- <div class="flash">{{ message }}</div>
+ <div class="flash">{{ message }}</div>
{% endfor %}
- </div>
- <div class="content">
+ </div>
+ <div class="content jumbotron">
{% block content %}{% endblock %}
- </div>
</div>
</body>
</html>

File Metadata

Mime Type
text/x-diff
Expires
Thu, Jul 3, 12:01 PM (2 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3270697

Event Timeline