Page MenuHomePhabricator

D14449.id34929.diff
No OneTemporary

D14449.id34929.diff

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

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)

Event Timeline