Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15504886
D9503.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
988 B
Referenced Files
None
Subscribers
None
D9503.diff
View Options
diff --git a/src/view/layout/PhabricatorActionView.php b/src/view/layout/PhabricatorActionView.php
--- a/src/view/layout/PhabricatorActionView.php
+++ b/src/view/layout/PhabricatorActionView.php
@@ -140,7 +140,7 @@
array(
'class' => 'phabricator-action-view-item',
),
- $this->name);
+ array($icon, $this->name));
$item = phabricator_form(
$this->user,
@@ -160,7 +160,7 @@
'sigil' => $sigils,
'meta' => $this->metadata,
),
- $this->name);
+ array($icon, $this->name));
}
} else {
$item = phutil_tag(
@@ -168,7 +168,7 @@
array(
'class' => 'phabricator-action-view-item',
),
- $this->name);
+ array($icon, $this->name));
}
$classes = array();
@@ -186,7 +186,7 @@
array(
'class' => implode(' ', $classes),
),
- array($icon, $item));
+ $item);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 15, 10:08 PM (1 w, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7350889
Default Alt Text
D9503.diff (988 B)
Attached To
Mode
D9503: Move icon inside link in ActionLink
Attached
Detach File
Event Timeline
Log In to Comment