Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92706436
AphrontKeyboardShortcutsAvailableView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 22, 23:36
Size
330 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 23:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22491321
Attached To
rPH Phabricator
AphrontKeyboardShortcutsAvailableView.php
View Options
<?php
final
class
AphrontKeyboardShortcutsAvailableView
extends
AphrontView
{
public
function
render
()
{
return
phutil_tag
(
'div'
,
array
(
'class'
=>
'keyboard-shortcuts-available'
,
),
pht
(
'Press %s to show keyboard shortcuts.'
,
phutil_tag
(
'strong'
,
array
(),
'?'
)));
}
}
Event Timeline
Log In to Comment