changeset 6816:f6f6bf39ce64

changeset range: move gravatar in front of revision link In the past this was done by setting float:left on the gravatar. This got lost during the partial bootstrap changes. But the html layout should try to reflect the same order as the visual representation. So this now does it in the html code.
author domruf <dominikruf@gmail.com>
date Thu, 29 Jun 2017 23:24:42 +0200
parents f6e8b724d0ab
children 620fdea952e6
files kallithea/templates/changeset/changeset_range.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/changeset/changeset_range.html	Fri Oct 21 18:30:06 2016 +0200
+++ b/kallithea/templates/changeset/changeset_range.html	Thu Jun 29 23:24:42 2017 +0200
@@ -72,8 +72,8 @@
         <div class="panel-body">
           ## diff block
           <div class="h3">
+          ${h.gravatar_div(h.email_or_none(cs.author), size=20)}
           <a data-toggle="tooltip" title="${cs.message}" href="${h.url('changeset_home',repo_name=c.cs_repo.repo_name,revision=cs.raw_id)}">${h.show_id(cs)}</a>
-            ${h.gravatar_div(h.email_or_none(cs.author), size=20)}
             <div class="right">
               <span class="logtags">
                 %if len(cs.parents)>1: