Changeset - a8429bf1cc6c
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2017-06-25 18:25:23
mads@kiilerich.com
changeset: show description on separate line - don't float it to the right of author

f2c7bf6f72d5 lost the positive side-effect of `container` having `clearfix`.
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changeset/changeset.html
Show inline comments
 
@@ -66,8 +66,7 @@ ${self.repo_context_bar('changelog', c.c
 
            </div>
 
        </div>
 
        <div class="panel-body">
 
            <div class="form-group changeset_content_header">
 

	
 
            <div class="form-group changeset_content_header clearfix">
 
                <div class="pull-right">
 
                    <span class="logtags">
 
                        %if len(c.changeset.parents)>1:
0 comments (0 inline, 0 general)