Changeset - b30a842bc164
[Not reviewed]
beta
0 3 0
Marcin Kuzminski - 13 years ago 2013-03-06 01:53:55
marcin@python-works.com
codecleaner
3 files changed with 8 insertions and 8 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/db.py
Show inline comments
 
@@ -1369,7 +1369,7 @@ class RepoGroup(Base, BaseModel):
 

	
 
    def recursive_groups(self):
 
        """
 
        Returns all children groups for this group including children of children 
 
        Returns all children groups for this group including children of children
 
        """
 
        return self._recursive_objects(include_repos=False)
 

	
rhodecode/public/css/style.css
Show inline comments
 
@@ -4119,11 +4119,11 @@ div.rst-block h2 {
 
    font-weight: normal;
 
}
 

	
 
div.rst-block  {
 
div.rst-block {
 
    background-color: #fafafa;
 
}
 

	
 
div.rst-block  {
 
div.rst-block {
 
    clear: both;
 
    overflow: hidden;
 
    margin: 0;
 
@@ -4411,7 +4411,7 @@ form.comment-inline-form {
 
    padding: 10px 20px;
 
}
 

	
 
.inline-comments div.rst-block  {
 
.inline-comments div.rst-block {
 
    clear: both;
 
    overflow: hidden;
 
    margin: 0;
 
@@ -4808,4 +4808,4 @@ div.comment:target>.comment-wrapp {
 
.lineno:target a {
 
    border: solid 2px #ee0 !important;
 
    margin: -2px;
 
}
 
}
 
\ No newline at end of file
rhodecode/templates/admin/users/user_edit_my_account_form.html
Show inline comments
 
@@ -21,9 +21,9 @@
 
                </div>
 
            </div>
 
            <div class="field">
 
	            <div class="label">
 
	                <label>${_('Current IP')}:</label> ${c.perm_user.ip_addr or "?"}
 
	            </div>
 
                <div class="label">
 
                    <label>${_('Current IP')}:</label> ${c.perm_user.ip_addr or "?"}
 
                </div>
 
            </div>
 
            <div class="fields">
 
                 <div class="field">
0 comments (0 inline, 0 general)