##// END OF EJS Templates
repo-permissions: moved permissions into pyramid....
repo-permissions: moved permissions into pyramid. - fix issues when added new perms changed those already in the form - fixed issue with default user overriding permissions when private repos where turned on. - Two above are not security issues, but rather making the behaviour more consistent.

File last commit:

r727:912a8f06 default
r1734:ddacc559 default
Show More
rhodecode-toggle.less
13 lines | 228 B | text/x-less | LessCssLexer
components: completed rhodecode-toggle for notification settings
r727 @import '../../../../css/variables';
.rc-toggle {
float: left;
position: relative;
paper-spinner {
position: absolute;
top: 0;
left: -30px;
width: 20px;
height: 20px;
}
}