Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18085445
D14723.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D14723.diff
View Options
diff --git a/src/applications/phame/controller/post/PhamePostViewController.php b/src/applications/phame/controller/post/PhamePostViewController.php
--- a/src/applications/phame/controller/post/PhamePostViewController.php
+++ b/src/applications/phame/controller/post/PhamePostViewController.php
@@ -65,9 +65,8 @@
->setSeverity(PHUIInfoView::SEVERITY_NOTICE)
->setTitle(pht('Draft Post'))
->appendChild(
- pht(
- 'Only you can see this draft until you publish it. '.
- 'Use "Preview or Publish" to publish this post.')));
+ pht('Only you can see this draft until you publish it. '.
+ 'Use "Preview" or "Publish" to publish this post.')));
}
if (!$post->getBlog()) {
@@ -76,9 +75,8 @@
->setSeverity(PHUIInfoView::SEVERITY_WARNING)
->setTitle(pht('Not On A Blog'))
->appendChild(
- pht(
- 'This post is not associated with a blog (the blog may have '.
- 'been deleted). Use "Move Post" to move it to a new blog.')));
+ pht('This post is not associated with a blog (the blog may have '.
+ 'been deleted). Use "Move Post" to move it to a new blog.')));
}
$engine = id(new PhabricatorMarkupEngine())
@@ -197,7 +195,7 @@
->setWorkflow(true));
$actions->addAction(
id(new PhabricatorActionView())
- ->setIcon('fa-eye')
+ ->setIcon('fa-desktop')
->setHref($this->getApplicationURI('post/preview/'.$id.'/'))
->setDisabled(!$can_edit)
->setName(pht('Preview in Skin')));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 6, 7:14 PM (2 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8751367
Default Alt Text
D14723.diff (1 KB)
Attached To
Mode
D14723: Minor tweaks to PhamePostView
Attached
Detach File
Event Timeline
Log In to Comment