diff options
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 |