Show More
@@ -2129,7 +2129,9 b' h3.files_location {' | |||
|
2129 | 2129 | } |
|
2130 | 2130 | |
|
2131 | 2131 | #changeset_content { |
|
2132 | border: 1px solid #CCC; | |
|
2132 | border-left: 1px solid #CCC; | |
|
2133 | border-right: 1px solid #CCC; | |
|
2134 | border-bottom: 1px solid #CCC; | |
|
2133 | 2135 | padding: 5px; |
|
2134 | 2136 | } |
|
2135 | 2137 | |
@@ -2139,7 +2141,7 b' h3.files_location {' | |||
|
2139 | 2141 | } |
|
2140 | 2142 | |
|
2141 | 2143 | #changeset_content .container { |
|
2142 |
min-height: 1 |
|
|
2144 | min-height: 100px; | |
|
2143 | 2145 | font-size: 1.2em; |
|
2144 | 2146 | overflow: hidden; |
|
2145 | 2147 | } |
@@ -92,8 +92,8 b'' | |||
|
92 | 92 | </span> |
|
93 | 93 | </div> |
|
94 | 94 | </div> |
|
95 | <span style="font-size:1.1em;font-weight: bold"> | |
|
96 |
${_('%s files affected with %s additions and %s deletions |
|
|
95 | <span> | |
|
96 | ${_('%s files affected with %s additions and %s deletions:') % (len(c.changeset.affected_files),c.lines_added,c.lines_deleted)} | |
|
97 | 97 | </span> |
|
98 | 98 | <div class="cs_files"> |
|
99 | 99 | %for change,filenode,diff,cs1,cs2,stat in c.changes: |
General Comments 0
You need to be logged in to leave comments.
Login now