From 20a0d240dc6f3a00124df90f3910c42e89112efc Mon Sep 17 00:00:00 2001 From: Luan Date: Tue, 3 Dec 2013 10:13:43 -0200 Subject: [PATCH] Minor fix --- src/super_archives/templates/message-preview.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/super_archives/templates/message-preview.html b/src/super_archives/templates/message-preview.html index 6eee4c2..6891d06 100644 --- a/src/super_archives/templates/message-preview.html +++ b/src/super_archives/templates/message-preview.html @@ -41,19 +41,19 @@ {% if result.fullname or result.modified_by %} {% trans "by" %} {% if result.modified_by and result.modified_by_url %} - + {% if query %} - {% highlight result.fullname with query %} + {% highlight result.modified_by with query %} {% else %} - {{ result.fullname }} + {{ result.modified_by }} {% endif %} {% elif result.fullname and result.author_url %} - + {% if query %} - {% highlight result.modified_by with query %} + {% highlight result.fullname with query %} {% else %} - {{ result.modified_by }} + {{ result.fullname }} {% endif %} {% else %} -- libgit2 0.21.2