From: Toshi MARUYAMA Date: Wed, 24 Aug 2011 01:31:41 +0000 (+0000) Subject: rename .rhtml to .html.erb of app/views/admin/index.rhtml. X-Git-Tag: 1.3.0~1408 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=be5c092931d27c21d84d85e6de97bc845f76c782;p=redmine.git rename .rhtml to .html.erb of app/views/admin/index.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@6553 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb new file mode 100644 index 000000000..f7e72313e --- /dev/null +++ b/app/views/admin/index.html.erb @@ -0,0 +1,8 @@ +

<%=l(:label_administration)%>

+ +
+ <%= render :partial => 'no_data' if @no_configuration_data %> + <%= render :partial => 'menu' %> +
+ +<% html_title(l(:label_administration)) -%> diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml deleted file mode 100644 index f7e72313e..000000000 --- a/app/views/admin/index.rhtml +++ /dev/null @@ -1,8 +0,0 @@ -

<%=l(:label_administration)%>

- -
- <%= render :partial => 'no_data' if @no_configuration_data %> - <%= render :partial => 'menu' %> -
- -<% html_title(l(:label_administration)) -%>