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 94D7A138A87 for ; Sun, 22 Feb 2015 00:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 940ADE07F7; Sun, 22 Feb 2015 00:14:41 +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 3E1D6E07F7 for ; Sun, 22 Feb 2015 00:14:41 +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 F2980340AF1 for ; Sun, 22 Feb 2015 00:14:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EB0612456 for ; Sun, 22 Feb 2015 00:14:34 +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: <1424564032.b8a7be58d4285a54798a946acd48df547fabc7cf.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: b8a7be58d4285a54798a946acd48df547fabc7cf X-VCS-Branch: master Date: Sun, 22 Feb 2015 00:14:34 +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: 8eb6469b-f138-4fca-95bc-f15086a10439 X-Archives-Hash: c709e789822b0b3892b4337fd018edc5 commit: b8a7be58d4285a54798a946acd48df547fabc7cf Author: Alex Legler a3li li> AuthorDate: Sun Feb 22 00:13:52 2015 +0000 Commit: Alex Legler gentoo org> CommitDate: Sun Feb 22 00:13:52 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=b8a7be58 compact the headers table a bit --- views/message.erb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/views/message.erb b/views/message.erb index c3ee987..b0f32a8 100644 --- a/views/message.erb +++ b/views/message.erb @@ -3,34 +3,32 @@ - + - + - + - + + + <% unless parent == nil %> - + <% end %> - - - -
From:<%= h strip_email_domain(message['_source']['from']) %><%= h strip_email_domain(message['_source']['from']) %>
To:<%= h strip_email_domain(message['_source']['to']) %><%= h strip_email_domain(message['_source']['to']) %>
Cc:<%= h strip_email_domain(message['_source']['cc']) %><%= h strip_email_domain(message['_source']['cc']) %>
Subject:<%= h message['_source']['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'] %><%= parent['_source']['subject'] %> by <%= parent['_source']['from'] %>
Message-Id:<%= message['_source']['raw_message_id'] %>