Feature #2631
closed
Add breadcrumbs to news pages
Added by Brad Beattie almost 16 years ago.
Updated about 1 year ago.
Description
Index: app/views/news/show.rhtml
===================================================================
--- app/views/news/show.rhtml (revision 2338)
+++ app/views/news/show.rhtml (working copy)
@@ -1,3 +1,5 @@
+<%= breadcrumb link_to(l(:label_news_plural), {:controller => 'news', :action => 'index', :project_id => @project}) %>
+
<div class="contextual">
<%= link_to_if_authorized l(:button_edit),
{:controller => 'news', :action => 'edit', :id => @news},
Files
- Assignee set to Eric Davis
- Assignee deleted (
Eric Davis)
Please don't assign issue to people without them saying to.
- Subject changed from Add breadcrums to news pages to Add breadcrumbs to news pages
- File 2631.patch 2631.patch added
- Category changed from UI to News
- Target version set to Candidate for next major release
Updated the patch for the current trunk (r22231) and added an assertion in NewsControllerTest#test_show
for this change.
- Target version changed from Candidate for next major release to 5.1.0
Setting the target version to 5.1.0.
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the change in r22236. Thank you for your contribution.
- Start date deleted (
2009-01-31)
- % Done changed from 50 to 0
- Estimated time deleted (
0.10 h)
- Tracker changed from Patch to Feature
- Resolution set to Fixed
Also available in: Atom
PDF