Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15386644
D14449.id34929.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
D14449.id34929.diff
View Options
diff --git a/src/applications/phame/controller/blog/PhameBlogViewController.php b/src/applications/phame/controller/blog/PhameBlogViewController.php
--- a/src/applications/phame/controller/blog/PhameBlogViewController.php
+++ b/src/applications/phame/controller/blog/PhameBlogViewController.php
@@ -39,8 +39,11 @@
->appendChild($post_list);
$crumbs = $this->buildApplicationCrumbs();
- $crumbs->addTextCrumb(pht('Blogs'), $this->getApplicationURI('blog/'));
- $crumbs->addTextCrumb($blog->getName(), $this->getApplicationURI());
+ $crumbs->addTextCrumb(
+ pht('Blogs'),
+ $this->getApplicationURI('blog/'));
+ $crumbs->addTextCrumb(
+ $blog->getName());
$object_box = id(new PHUIObjectBoxView())
->setHeader($header)
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
@@ -14,8 +14,13 @@
return new Aphront404Response();
}
+ $blog = $post->getBlog();
+
$crumbs = $this->buildApplicationCrumbs();
$crumbs->addTextCrumb(
+ $blog->getName(),
+ $this->getApplicationURI('blog/view/'.$blog->getID().'/'));
+ $crumbs->addTextCrumb(
$post->getTitle(),
$this->getApplicationURI('post/view/'.$post->getID().'/'));
$crumbs->setBorder(true);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 1:01 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7684845
Default Alt Text
D14449.id34929.diff (1 KB)
Attached To
Mode
D14449: Add a crumb to blog on Phame posts
Attached
Detach File
Event Timeline
Log In to Comment