repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Generate file attachment transactions for explicit Remarkup attachments on common...
[phabricator.git]
/
src
/
view
/
widget
/
AphrontKeyboardShortcutsAvailableView.php
blob
a371445664c20ffcac96b0711fa5540acf9a3f45
1
<
?php
2
3
final class
AphrontKeyboardShortcutsAvailableView
extends
AphrontView
{
4
5
public function
render
() {
6
return
phutil_tag
(
7
'div'
,
8
array
(
9
'class'
=>
'keyboard-shortcuts-available'
,
10
),
11
pht
(
12
'Press
%s
to show keyboard shortcuts.'
,
13
phutil_tag
(
'strong'
,
array
(),
'?'
)));
14
}
15
16
}