Revert [15752]: The duplication of content intentional for dead-tree

printouts, which I didn't consider. Oops! Thanks TomH :)
This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-06-07 23:42:26 +00:00
parent 61eaf8eda1
commit a50d61c7ba

View file

@ -23,10 +23,14 @@
<div id="attribution">
<table width="100%">
<tr>
<td align="center"><%=
<td align="left"><%= t'site.index.license.license_url' %></td>
<td align="right"><%= t'site.index.license.project_url' %></td>
</tr>
<tr>
<td colspan="2" align="center"><%=
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')
%></td>
</tr>
</table>