Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9313914
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
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
Details
Attached
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
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment