Project

General

Profile

Actions

Defect #154

closed

Home page typo

Added by Derek Montgomery over 16 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Home page of redmine,
Latest news block
Link at the end of block says: View all issues

Should be: View all news

Actions #1

Updated by Derek Montgomery over 16 years ago

Index: index.rhtml ================================================================= ==
--- index.rhtml (revision 923)
++ index.rhtml (working copy)
@ -6,7 +6,7 @
<div class="box">
<h3><%=l(:label_news_latest)%></h3>
<%= render :partial => 'news/news',
:collection => @news >
- <
= link_to l(:label_issue_view_all),
:controller => 'news' >
<= link_to l(:label_news_view_all),
:controller => 'news' >
</div>
<
end %>
</div>

Actions #2

Updated by Derek Montgomery over 16 years ago

Patch is here:
http://rubyforge.org/tracker/index.php?func=detail&aid=15867x%x%
amp;group_id=1850&atid=7162

Actions #3

Updated by Jean-Philippe Lang over 16 years ago

Fix committed in r924.
Thanks

Actions

Also available in: Atom PDF