##// END OF EJS Templates
ui: added secondary action instead of two buttons on files page....
ui: added secondary action instead of two buttons on files page. - also made improvements for secondary dropdown actions in pull-requests

File last commit:

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