diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-01 10:48:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-01 10:48:12 +0000 |
commit | 9a50e49cc94c1db80926df5b2de96b99219e398b (patch) | |
tree | 2c8f2430c8363594a06085069b1d1b136efbe7af /app/views/my/blocks/_news.rhtml | |
parent | 02cbfec9cdb5b1b11e74d9cb5a23ffa7e6e50eca (diff) | |
download | redmine-9a50e49cc94c1db80926df5b2de96b99219e398b.tar.gz redmine-9a50e49cc94c1db80926df5b2de96b99219e398b.zip |
rename .rhtml to .html.erb of app/views/my/blocks/_news.rhtml.
:rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6974 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my/blocks/_news.rhtml')
-rw-r--r-- | app/views/my/blocks/_news.rhtml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/my/blocks/_news.rhtml b/app/views/my/blocks/_news.rhtml deleted file mode 100644 index d86cced92..000000000 --- a/app/views/my/blocks/_news.rhtml +++ /dev/null @@ -1,8 +0,0 @@ -<h3><%=l(:label_news_latest)%></h3> - -<%= render(:partial => 'news/news', - :collection => News.find(:all, - :limit => 10, - :order => "#{News.table_name}.created_on DESC", - :conditions => "#{News.table_name}.project_id in (#{@user.projects.collect{|m| m.id}.join(',')})", - :include => [:project, :author])) unless @user.projects.empty? %>
\ No newline at end of file |