Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15492229
D9503.id22762.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.id22762.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
Sun, Apr 13, 12:32 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7350889
Default Alt Text
D9503.id22762.diff (988 B)
Attached To
Mode
D9503: Move icon inside link in ActionLink
Attached
Detach File
Event Timeline
Log In to Comment