# HG changeset patch # User Christophe de Vienne # Date 1416592867 -3600 # Node ID 66463ec963b6b624cb41e7a65d835c4416e355d8 # Parent 87fcb432d230eb1ebdb44c5b63bac15008807475# Parent 627b1d4e0fa3194e6c3ba2f692216b24f60b01a1 Merged in abegey/hg-review/issue-93 (pull request #10) [index] Add the owner of the cset in a td beetween id and description diff -r 87fcb432d230 -r 66463ec963b6 review/static/styles/style.less --- a/review/static/styles/style.less Fri Nov 21 18:38:48 2014 +0100 +++ b/review/static/styles/style.less Fri Nov 21 19:01:07 2014 +0100 @@ -263,6 +263,10 @@ overflow: hidden; text-overflow: ellipsis; } + &.user { + text-align: center; + white-space: nowrap; + } &.desc { a { display: inline-block; diff -r 87fcb432d230 -r 66463ec963b6 review/templates/index.html --- a/review/templates/index.html Fri Nov 21 18:38:48 2014 +0100 +++ b/review/templates/index.html Fri Nov 21 19:01:07 2014 +0100 @@ -13,6 +13,7 @@ {{ rev.rev() }}:{{ node_short }} + {{ utils['person'](rev.user()) }} {% if rev.branch() != 'default' %}