##// END OF EJS Templates
Fixed 9793 Preview fail for first wiki page of a project...
Fixed 9793 Preview fail for first wiki page of a project git-svn-id: http://redmine.rubyforge.org/svn/trunk@411 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r334:e6f58e4dcc2f
r408:18a6b8e1012c
Show More
_news.rhtml
7 lines | 492 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <h3><%=l(:label_news_latest)%></h3>
<%= render (:partial => 'news/news',
: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(',')})",
Jean-Philippe Lang
various modifications to prevent xss...
r96 :include => [:project, :author])) unless @user.projects.empty? %>