index tweaks

This commit is contained in:
Michael Murtaugh
2016-01-15 14:42:23 +01:00
parent ad6e190048
commit e4c5089cea
2 changed files with 20 additions and 18 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<html lang="{{language}}">
<head>
<meta charset="utf-8" />
<title>etherdump</title>
<title>{{title}}</title>
<link rel="stylesheet" type="text/css" href="{%block css %}styles.css{%endblock%}">
<link rel="alternate" type="application/rss+xml" href="recentchanges.rss">
{% block scripts %}
<script src="jquery-latest.js"></script>
<script src="jquery.tablesorter.min.js"></script>
@@ -88,7 +89,7 @@ $(document).ready(function()
{% for pad in pads %}
<tr>
<td class="name">
{{ pad.padid }}
<a href="{{pad.link}}">{{ pad.padid }}</a>
</td>
<td class="versions">
{% for v in pad.versions %}<a href="{{v.url}}">{{v.type}}</a> {% endfor %}