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 @@
-
+

<%= list %>

<%= blurb %> @@ -7,13 +7,13 @@

This Month's Archives - Complete Archives + Complete Archives

-
+

Most recent messages

- +
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 @@ - - + -
-
-
-
-
+
+
+
+ -
+ +
+ +
-
+
<%= yield %>
@@ -94,31 +97,31 @@
-
+

All times displayed are in UTC (GMT+0).
Contents reflect the opinion of the author, not the Gentoo project or the Gentoo Foundation.

-
+

Questions or comments?

Please feel free to contact us.
-
+
-
+
© 2001–2020 Gentoo Foundation, Inc.
Gentoo is a trademark of the Gentoo Foundation, Inc. The contents of this document, unless otherwise expressly stated, are licensed under the - CC-BY-SA-3.0 license. + CC-BY-SA-4.0 license. The Gentoo Name and Logo Usage Guidelines apply.
@@ -126,8 +129,9 @@
- - + + + diff --git a/views/listmonth.erb b/views/listmonth.erb index 337e81e..279510c 100644 --- a/views/listmonth.erb +++ b/views/listmonth.erb @@ -1,6 +1,6 @@

Gentoo Archives: <%= h list %> in <%= to_month(params[:year], params[:month]) %>

-
Subject Author
+
diff --git a/views/lists.erb b/views/lists.erb index c2cee2c..aae8cdb 100644 --- a/views/lists.erb +++ b/views/lists.erb @@ -3,18 +3,20 @@

Current Mailing Lists

-
+ -
+
-

Frozen Archives

+

Frozen Archives

-
-
+
+ -
+
Subject From
+
@@ -45,7 +45,7 @@

Attachments

-
From: <%= h strip_email_headers(message['_source']['from']).first %>
+
@@ -64,7 +64,7 @@

Replies

-
File name MIME type
+
diff --git a/views/pagination.erb b/views/pagination.erb index af43309..caf9d08 100644 --- a/views/pagination.erb +++ b/views/pagination.erb @@ -1,37 +1,37 @@
Subject Author
+
diff --git a/views/views.erb b/views/views.erb index d644b43..d99e1d0 100644 --- a/views/views.erb +++ b/views/views.erb @@ -1,4 +1,4 @@ \ No newline at end of file -- cgit v1.2.3-65-gdbad
Mailing List: <%= h list %>