##// END OF EJS Templates
gists: removed private/public gist buttons and replaced them with radio group...
gists: removed private/public gist buttons and replaced them with radio group - ux wise having two main action buttons was bad and confusing - radionselector makes it a single create gist action with optional type+explanation - this is part of Gist ui changes

File last commit:

r3982:8517825c default
r4083:ca52deba default
Show More
.coveragerc
17 lines | 208 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/lib/_vendor/*
[report]
exclude_lines =
raise NotImplementedError