# HG changeset patch # User domruf # Date 1466791925 -7200 # Node ID 7ea933acdb8bb7541df6b3cb7627f1a057906c8b # Parent 9dfabbf93361c5adb6ae461d30ebbdddb4b3f506 changelog: add phases tags in changelog diff -r 9dfabbf93361 -r 7ea933acdb8b kallithea/public/css/style.css --- a/kallithea/public/css/style.css Fri Jun 24 19:57:04 2016 +0200 +++ b/kallithea/public/css/style.css Fri Jun 24 20:12:05 2016 +0200 @@ -2680,10 +2680,11 @@ .right .logtags { line-height: 2.2em; } -.bumpedtag, .divergenttag, .extincttag, .unstabletag, .repotag, .branchtag, .logtags .tagtag, .logtags .booktag { +.phasetag, .bumpedtag, .divergenttag, .extincttag, .unstabletag, .repotag, .branchtag, .logtags .tagtag, .logtags .booktag { margin: 0px 2px; } +.phasetag, .bumpedtag, .divergenttag, .extincttag, @@ -2702,6 +2703,7 @@ line-height: 1.5em; } +#graph_content .phasetag, #graph_content .bumpedtag, #graph_content .divergenttag, #graph_content .extincttag, @@ -2713,6 +2715,7 @@ margin-right: 0.5em; } +.phasetag, .bumpedtag, .divergenttag, .extincttag, @@ -2724,6 +2727,7 @@ float: left; } +.right .logtags .phasetag, .right .logtags .bumpedtag, .right .logtags .divergenttag, .right .logtags .extincttag, @@ -2777,6 +2781,11 @@ color: #fff; } +.phasetag { + border-color: #1F14CE; + color: #1F14CE; +} + .logtags .branchtag a:hover, .logtags .branchtag a, .branchtag a, diff -r 9dfabbf93361 -r 7ea933acdb8b kallithea/templates/changelog/changelog.html --- a/kallithea/templates/changelog/changelog.html Fri Jun 24 19:57:04 2016 +0200 +++ b/kallithea/templates/changelog/changelog.html Fri Jun 24 20:12:05 2016 +0200 @@ -150,6 +150,11 @@ Unstable %endif + %if cs.phase: +
+ ${cs.phase} +
+ %endif %if h.is_hg(c.db_repo_scm_instance): %for book in cs.bookmarks: