##// END OF EJS Templates
pull-requests: simplified the UI for pr view....
pull-requests: simplified the UI for pr view. - hide some information we don't need all the time - style the UI similar to upcomming UI overhaul of PRs - less info == more readability

File last commit:

r3172:d37fc984 default
r4136:12e6938f default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}