Actions
Defect #154
closedHome page typo
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
       Updated by Derek Montgomery almost 18 years ago
      Updated by Derek Montgomery almost 18 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>
       Updated by Derek Montgomery almost 18 years ago
      Updated by Derek Montgomery almost 18 years ago
      
    
    Patch is here:
http://rubyforge.org/tracker/index.php?func=detail&aid=15867x%x%
amp;group_id=1850&atid=7162
Actions