diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-06-28 18:11:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-06-28 18:11:03 +0000 |
commit | 6b7650e2f03156ea1e3985b30c1995e44c317e3d (patch) | |
tree | e56734d45ecc3725b77f3da1ede21294e49ec894 /redmine/app/views/admin/info.rhtml | |
parent | 73e0b8f8b3c9350018a7d8fda143dd9b8aa6f091 (diff) | |
download | redmine-6b7650e2f03156ea1e3985b30c1995e44c317e3d.tar.gz redmine-6b7650e2f03156ea1e3985b30c1995e44c317e3d.zip |
Initial commit
git-svn-id: http://redmine.rubyforge.org/svn/trunk@4 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'redmine/app/views/admin/info.rhtml')
-rw-r--r-- | redmine/app/views/admin/info.rhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redmine/app/views/admin/info.rhtml b/redmine/app/views/admin/info.rhtml new file mode 100644 index 000000000..c73f59c25 --- /dev/null +++ b/redmine/app/views/admin/info.rhtml @@ -0,0 +1,4 @@ +<h2><%=_('Information')%></h2>
+
+<%=_('Version')%>: <%= RDM_APP_NAME %> <%= RDM_APP_VERSION %><br />
+<%=_('Database')%>: <%= @adapter_name %>
\ No newline at end of file |