diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-23 18:02:47 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-23 18:02:47 +0100 |
commit | e5db9179c75b6b6176e4f5b67ff94a10122ecfbd (patch) | |
tree | ca6c4b488e2a757f2a581e029b356e99cee0b195 /app/views/gemeinschaft_setups/new.html.haml | |
parent | 49fbe38357104162c8658688e07bae00bbf1c4e0 (diff) |
minor corrections to show correct version
Diffstat (limited to 'app/views/gemeinschaft_setups/new.html.haml')
-rw-r--r-- | app/views/gemeinschaft_setups/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gemeinschaft_setups/new.html.haml b/app/views/gemeinschaft_setups/new.html.haml index 1b97cc0..ff9c812 100644 --- a/app/views/gemeinschaft_setups/new.html.haml +++ b/app/views/gemeinschaft_setups/new.html.haml @@ -1,4 +1,4 @@ -- content_for :title, 'Gemeinschaft 5.0' +- content_for :title, "Gemeinschaft #{GsParameter.get('GEMEINSCHAFT_VERSION')}" - content_for :meta_description, "Configure a new Gemeinschaft #{GsParameter.get('GEMEINSCHAFT_VERSION')} server" = simple_form_for(@gemeinschaft_setup) do |f| |