# HG changeset patch # User domruf # Date 2017-06-29 23:24:42 # Node ID f6f6bf39ce64d33a347e401d3bc7e183e6ee64e9 # Parent f6e8b724d0abb201d42e6c44a1d75fa8b1e14c08 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. diff --git a/kallithea/templates/changeset/changeset_range.html b/kallithea/templates/changeset/changeset_range.html --- a/kallithea/templates/changeset/changeset_range.html +++ b/kallithea/templates/changeset/changeset_range.html @@ -72,8 +72,8 @@ ${self.repo_context_bar('changelog')}
## diff block
+ ${h.gravatar_div(h.email_or_none(cs.author), size=20)} ${h.show_id(cs)} - ${h.gravatar_div(h.email_or_none(cs.author), size=20)}
%if len(cs.parents)>1: