Actions
Patch #2631
openAdd breadcrumbs to news pages
Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2009-01-31
Due date:
% Done:
50%
Estimated time:
0.10 h
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},
Updated by Eric Davis about 14 years ago
- Assignee deleted (
Eric Davis)
Please don't assign issue to people without them saying to.
Updated by Go MAEDA almost 7 years ago
- Subject changed from Add breadcrums to news pages to Add breadcrumbs to news pages
Actions