From: Ævar Arnfjörð Bjarmason Date: Sun, 7 Jun 2009 23:42:26 +0000 (+0000) Subject: Revert [15752]: The duplication of content intentional for dead-tree X-Git-Tag: live~7197 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a50d61c7ba60930f7448c833966581960bbebdd1?hp=61eaf8eda1bdb30d730bfa6377b8f8a53656b8a7 Revert [15752]: The duplication of content intentional for dead-tree printouts, which I didn't consider. Oops! Thanks TomH :) --- diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index da90caf57..840fd9774 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -23,10 +23,14 @@
- + + + +
<%= + <%= t'site.index.license.license_url' %><%= t'site.index.license.project_url' %>
<%= t'site.index.license.notice', - :license_name => link_to(t('site.index.license.license_name'), t('site.index.license.license_url')), - :project_name => link_to(t('site.index.license.project_name'), t('site.index.license.project_url')) + :license_name => t('site.index.license.license_name'), + :project_name => t('site.index.license.project_name') %>