Actions
Feature #2631
closedAdd breadcrumbs to news pages
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
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
Updated by Eric Davis almost 16 years ago
- Assignee deleted (
Eric Davis)
Please don't assign issue to people without them saying to.
Updated by Go MAEDA over 8 years ago
- Subject changed from Add breadcrums to news pages to Add breadcrumbs to news pages
Updated by Go MAEDA over 1 year ago
- 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.
Updated by Go MAEDA over 1 year ago
- Target version changed from Candidate for next major release to 5.1.0
Setting the target version to 5.1.0.
Updated by Go MAEDA over 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the change in r22236. Thank you for your contribution.
Updated by Mischa The Evil about 1 year ago
- Start date deleted (
2009-01-31) - % Done changed from 50 to 0
- Estimated time deleted (
0.10 h)
Updated by Go MAEDA about 1 year ago
- Tracker changed from Patch to Feature
- Resolution set to Fixed
Actions