Changeset - a9e0ea9ecc91
[Not reviewed]
default
0 1 0
domruf - 10 years ago 2016-02-26 18:59:34
dominikruf@gmail.com
repos: make truncated repo descriptions longer - up to 80 characters
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/model/repo.py
Show inline comments
 
@@ -207,7 +207,7 @@ class RepoModel(BaseModel):
 
                           cs_cache.get('message'))
 

	
 
        def desc(desc):
 
            return h.urlify_text(desc, truncate=60, stylize=c.visual.stylify_metatags)
 
            return h.urlify_text(desc, truncate=80, stylize=c.visual.stylify_metatags)
 

	
 
        def state(repo_state):
 
            return _render("repo_state", repo_state)
0 comments (0 inline, 0 general)