##// END OF EJS Templates
codecleaner
marcink -
r3473:b30a842b beta
parent child Browse files
Show More
@@ -1369,7 +1369,7 b' class RepoGroup(Base, BaseModel):'
1369 1369
1370 1370 def recursive_groups(self):
1371 1371 """
1372 Returns all children groups for this group including children of children
1372 Returns all children groups for this group including children of children
1373 1373 """
1374 1374 return self._recursive_objects(include_repos=False)
1375 1375
@@ -4119,11 +4119,11 b' div.rst-block h2 {'
4119 4119 font-weight: normal;
4120 4120 }
4121 4121
4122 div.rst-block {
4122 div.rst-block {
4123 4123 background-color: #fafafa;
4124 4124 }
4125 4125
4126 div.rst-block {
4126 div.rst-block {
4127 4127 clear: both;
4128 4128 overflow: hidden;
4129 4129 margin: 0;
@@ -4411,7 +4411,7 b' form.comment-inline-form {'
4411 4411 padding: 10px 20px;
4412 4412 }
4413 4413
4414 .inline-comments div.rst-block {
4414 .inline-comments div.rst-block {
4415 4415 clear: both;
4416 4416 overflow: hidden;
4417 4417 margin: 0;
@@ -4808,4 +4808,4 b' div.comment:target>.comment-wrapp {'
4808 4808 .lineno:target a {
4809 4809 border: solid 2px #ee0 !important;
4810 4810 margin: -2px;
4811 }
4811 } No newline at end of file
@@ -21,9 +21,9 b''
21 21 </div>
22 22 </div>
23 23 <div class="field">
24 <div class="label">
25 <label>${_('Current IP')}:</label> ${c.perm_user.ip_addr or "?"}
26 </div>
24 <div class="label">
25 <label>${_('Current IP')}:</label> ${c.perm_user.ip_addr or "?"}
26 </div>
27 27 </div>
28 28 <div class="fields">
29 29 <div class="field">
General Comments 0
You need to be logged in to leave comments. Login now