From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7643F138A87 for ; Sun, 22 Feb 2015 11:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F38C1E08E5; Sun, 22 Feb 2015 11:02:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81104E08E5 for ; Sun, 22 Feb 2015 11:02:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44995340B68 for ; Sun, 22 Feb 2015 11:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBA8C124D9 for ; Sun, 22 Feb 2015 11:02:53 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1424602947.852fca3a0175ad0f22d99ec69534a1d358081afb.a3li@gentoo> Subject: [gentoo-commits] proj/ag-web:master commit in: views/ X-VCS-Repository: proj/ag-web X-VCS-Files: views/message.erb X-VCS-Directories: views/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 852fca3a0175ad0f22d99ec69534a1d358081afb X-VCS-Branch: master Date: Sun, 22 Feb 2015 11:02:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ee0d19aa-b799-4e2f-9bbf-e1e7adee7ec5 X-Archives-Hash: 30ce23545dde3f2589a628bd258fb97d commit: 852fca3a0175ad0f22d99ec69534a1d358081afb Author: Alex Legler a3li li> AuthorDate: Sun Feb 22 11:02:27 2015 +0000 Commit: Alex Legler gentoo org> CommitDate: Sun Feb 22 11:02:27 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=852fca3a Responsiveness fixes for the headers table --- views/message.erb | 69 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/views/message.erb b/views/message.erb index d9c1c66..74525ca 100644 --- a/views/message.erb +++ b/views/message.erb @@ -1,38 +1,41 @@

Gentoo Archives: <%= list %>

- - - - - - - - - - <% unless message['_source']['cc'] == nil or message['_source']['cc'] == '' %> - - - - - <% end %> - - - - - - - - - - - <% unless parent == nil %> - - - - - <% end %> -
From:<%= h strip_email_domain(message['_source']['from']) %>
To:<%= h strip_email_domain(message['_source']['to']) %>
Cc:<%= h strip_email_domain(message['_source']['cc']) %>
Subject:<%= h message['_source']['subject'] %>
Date:<%= date_format message['_source']['date'] %>Message-Id:<%= message['_source']['raw_message_id'] %>
In Reply to:<%= parent['_source']['subject'] %> by <%= parent['_source']['from'] %>
- +
+ + + + + + + + + + <% unless message['_source']['cc'] == nil or message['_source']['cc'] == '' %> + + + + + <% end %> + + + + + + + + + + + + + <% unless parent == nil %> + + + + + <% end %> +
From:<%= h strip_email_domain(message['_source']['from']) %>
To:<%= h strip_email_domain(message['_source']['to']) %>
Cc:<%= h strip_email_domain(message['_source']['cc']) %>
Subject:<%= h message['_source']['subject'] %>
Date:<%= date_format message['_source']['date'] %>
Message-Id:<%= h message['_source']['raw_message_id'] %>
In Reply to:<%= parent['_source']['subject'] %> by <%= parent['_source']['from'] %>
+
 <%= linkize(strip_email(message['_source']['content'])) %>