Changeset - 603b6bcd180b
[Not reviewed]
default
0 2 0
Marcin Kuzminski - 15 years ago 2011-05-12 18:11:01
marcin@python-works.com
merged fix for #188 into default
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/db.py
Show inline comments
 
@@ -80,6 +80,7 @@ class User(Base):
 

	
 
    repositories = relationship('Repository')
 
    user_followers = relationship('UserFollowing', primaryjoin='UserFollowing.follows_user_id==User.user_id', cascade='all')
 
    repo_to_perm = relationship('RepoToPerm', primaryjoin='RepoToPerm.user_id==User.user_id', cascade='all')
 

	
 
    @property
 
    def full_contact(self):
rhodecode/public/css/style.css
Show inline comments
 
@@ -2014,7 +2014,7 @@ padding-top:0px;
 
 
.action_button {
 
border:0;
 
display:block;
 
display:inline;
 
}
 
 
.action_button:hover {
0 comments (0 inline, 0 general)