1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-11 03:33:07 +00:00

Beautify output of possible app servers.

This commit is contained in:
Holger Just 2010-08-31 14:34:01 +02:00
parent 86c38953d9
commit 9127cb1875

View File

@ -61,7 +61,7 @@ module Redmine
name = app_servers[server][:name].underscore.humanize
version = app_servers[server][:version].call if app_servers[server][:version]
[name, version].compact.join(" ")
end.join(",")
end.join(", ")
app_server = l(:label_unknown) unless app_server.present?
# Find database connection encoding