From: Toshi MARUYAMA Date: Tue, 23 Aug 2011 08:36:23 +0000 (+0000) Subject: rename .rhtml to .html.erb of app/views/repositories/_dir_list.rhtml. X-Git-Tag: 1.3.0~1429 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9145a38ac69054baf0407fd256e6262f7967b24c;p=redmine.git rename .rhtml to .html.erb of app/views/repositories/_dir_list.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@6532 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/repositories/_dir_list.html.erb b/app/views/repositories/_dir_list.html.erb new file mode 100644 index 000000000..84efcfc27 --- /dev/null +++ b/app/views/repositories/_dir_list.html.erb @@ -0,0 +1,17 @@ + + + + + +<% if @repository.report_last_commit %> + + + + +<% end %> + + + +<%= render :partial => 'dir_list_content' %> + +
<%= l(:field_name) %><%= l(:field_filesize) %><%= l(:label_revision) %><%= l(:label_age) %><%= l(:field_author) %><%= l(:field_comments) %>
diff --git a/app/views/repositories/_dir_list.rhtml b/app/views/repositories/_dir_list.rhtml deleted file mode 100644 index 84efcfc27..000000000 --- a/app/views/repositories/_dir_list.rhtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - -<% if @repository.report_last_commit %> - - - - -<% end %> - - - -<%= render :partial => 'dir_list_content' %> - -
<%= l(:field_name) %><%= l(:field_filesize) %><%= l(:label_revision) %><%= l(:label_age) %><%= l(:field_author) %><%= l(:field_comments) %>