summaryrefslogtreecommitdiffstats
path: root/app/views/admin/_menu.rhtml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-24 01:29:38 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-24 01:29:38 +0000
commit4d073eedb47f58d10f0f175a55d70d6628b5e5f3 (patch)
treede70c1c04ce9267918d0463bea01ab80c3e22a26 /app/views/admin/_menu.rhtml
parent56b173ed8a055ed5aca645df357aa22a988baf8d (diff)
downloadredmine-4d073eedb47f58d10f0f175a55d70d6628b5e5f3.tar.gz
redmine-4d073eedb47f58d10f0f175a55d70d6628b5e5f3.zip
rename .rhtml to .html.erb of app/views/admin/_menu.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@6549 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/admin/_menu.rhtml')
-rw-r--r--app/views/admin/_menu.rhtml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/admin/_menu.rhtml b/app/views/admin/_menu.rhtml
deleted file mode 100644
index bd3abebe1..000000000
--- a/app/views/admin/_menu.rhtml
+++ /dev/null
@@ -1,5 +0,0 @@
-<div id="admin-menu">
- <ul>
- <%= render_menu :admin_menu %>
- </ul>
-</div>