From aeb19ab231e4cbe3d4dfda93d7b2629b37c96b6c Mon Sep 17 00:00:00 2001
From: Max Magorsch
Date: Mon, 11 May 2020 21:23:30 +0200
Subject: Start the migration to Tyrian v2
Signed-off-by: Max Magorsch
---
public/css/main.css | 3 ++
public/js/quoting.js | 2 +-
views/index.erb | 2 +-
views/indexentry.erb | 8 +--
views/layout.erb | 148 ++++++++++++++++++++++++++-------------------------
views/listmonth.erb | 4 +-
views/lists.erb | 24 +++++----
views/message.erb | 6 +--
views/pagination.erb | 26 ++++-----
views/report.erb | 2 +-
views/views.erb | 4 +-
11 files changed, 120 insertions(+), 109 deletions(-)
diff --git a/public/css/main.css b/public/css/main.css
index 449d356..d5e0f31 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -63,6 +63,9 @@
.ag-message-content {
clear: both;
+ background-color: #f5f5f5;
+ border: 1px solid #ccc;
+ padding: 10px;
}
.ag-message-content pre {
diff --git a/public/js/quoting.js b/public/js/quoting.js
index 0a92a55..5f59fbc 100644
--- a/public/js/quoting.js
+++ b/public/js/quoting.js
@@ -9,7 +9,7 @@ $(function() {
return;
}
- var btn = $("");
+ var btn = $("");
btn.insertAfter(table);
btn.click(function() {
$('.ag-quote').each(function(index) {
diff --git a/views/index.erb b/views/index.erb
index b5d2908..1443932 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -10,7 +10,7 @@
Here you can find the archives of our most important mailing lists.
- For a complete list of available archives, see the All Archives section.
+ For a complete list of available archives, see the All Archives section.
diff --git a/views/indexentry.erb b/views/indexentry.erb
index 4c8edec..335255a 100644
--- a/views/indexentry.erb
+++ b/views/indexentry.erb
@@ -1,5 +1,5 @@
-
+
-
+
-
+
Subject |
Author |
diff --git a/views/layout.erb b/views/layout.erb
index bc601ba..c2dbdd7 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -6,86 +6,89 @@
-
-
+
-