fixup xanadoc viewer
This commit is contained in:
parent
212be57fab
commit
f44873f60c
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>{{ title | default("Xanadu") }}</title>
|
<title>{{ title | default("Xanadu") }}</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap/css/bootstrap.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap4/css/bootstrap.css') }}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/xanadoc.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/xanadoc.css') }}">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
<div id="top">
|
<div id="top">
|
||||||
|
|
||||||
<a href="{{ item.url + '/edl' }}" class="btn btn-default">view EDL</a>
|
<a href="{{ item.url }}" class="btn btn-secondary">view EDL</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue