Revert [15752]: The duplication of content intentional for dead-tree
printouts, which I didn't consider. Oops! Thanks TomH :)
This commit is contained in:
parent
61eaf8eda1
commit
a50d61c7ba
1 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue