##// END OF EJS Templates
Fixed: {{toc}} uses identical anchors for subsections with the same name (#8194)....
Fixed: {{toc}} uses identical anchors for subsections with the same name (#8194). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8871 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7101:69e9b006dfda
r8751:4ccb8983606f
Show More
_news.html.erb
8 lines | 491 B | text/plain | TextLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <h3><%=l(:label_news_latest)%></h3>
Toshi MARUYAMA
remove trailing white-spaces from app/views/my/blocks/_news.html.erb...
r7101 <%= render(:partial => 'news/news',
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 :collection => News.find(:all,
:limit => 10,
Jean-Philippe Lang
fixed #9308 table_name pre/suffix support...
r334 :order => "#{News.table_name}.created_on DESC",
:conditions => "#{News.table_name}.project_id in (#{@user.projects.collect{|m| m.id}.join(',')})",
Toshi MARUYAMA
remove trailing white-spaces from app/views/my/blocks/_news.html.erb...
r7101 :include => [:project, :author])) unless @user.projects.empty? %>