# HG changeset patch # User Alain Begey # Date 1416078073 -3600 # Node ID 627b1d4e0fa3194e6c3ba2f692216b24f60b01a1 # Parent 638009474a3b0ed59f2e74aa518c878c596f9d32 [index] Add the owner of the cset in a td beetween id and description diff -r 638009474a3b -r 627b1d4e0fa3 review/static/styles/style.less --- a/review/static/styles/style.less Mon Jan 23 15:01:27 2012 +0100 +++ b/review/static/styles/style.less Sat Nov 15 20:01:13 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 638009474a3b -r 627b1d4e0fa3 review/templates/index.html --- a/review/templates/index.html Mon Jan 23 15:01:27 2012 +0100 +++ b/review/templates/index.html Sat Nov 15 20:01:13 2014 +0100 @@ -13,6 +13,7 @@ {{ rev.rev() }}:{{ node_short }} + {{ utils['person'](rev.user()) }} {{ rev.description().splitlines()[0] }}