##// END OF EJS Templates
allow requesting contents without body...
allow requesting contents without body adds `?content=0` to only fetch the metadata in the model. The REST API now exposes all arguments to ContentsManager.get.

File last commit:

r16912:30744239
r20134:e2450ea7
Show More
quickhelp.less
15 lines | 221 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @font-family-monospace;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}