summaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-20 20:17:34 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-20 20:17:34 +0000
commit32782a7f9fd4e7a1f4cc8ce2c72d3257dec23d52 (patch)
treeb6d4992e7e751b394c70c39f17b8e75bf490bfcc /app/views/admin
parent4f2d74e25f00a70a1a424c2c574c125f43a64b0e (diff)
downloadredmine-32782a7f9fd4e7a1f4cc8ce2c72d3257dec23d52.tar.gz
redmine-32782a7f9fd4e7a1f4cc8ce2c72d3257dec23d52.zip
added back database adapter name on admin/info
git-svn-id: http://redmine.rubyforge.org/svn/trunk@262 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/info.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/info.rhtml b/app/views/admin/info.rhtml
index 144138f40..b9f50af44 100644
--- a/app/views/admin/info.rhtml
+++ b/app/views/admin/info.rhtml
@@ -1,3 +1,3 @@
<h2><%=l(:label_information_plural)%></h2>
-<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p> \ No newline at end of file
+<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong> (<%= @db_adapter_name %>)</p> \ No newline at end of file