projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix interpolation issues in attribution text
[rails.git]
/
app
/
views
/
site
/
index.html.erb
diff --git
a/app/views/site/index.html.erb
b/app/views/site/index.html.erb
index e52a1ce8c2d0ca036542d8c59ccb25de0b49e2a9..3e4c4d996c8150304ff2db13551ab10ee65795c8 100644
(file)
--- a/
app/views/site/index.html.erb
+++ b/
app/views/site/index.html.erb
@@
-38,11
+38,7
@@
<td class="attribution_project"><%= t'site.index.license.project_url' %></td>
</tr>
<tr>
<td class="attribution_project"><%= t'site.index.license.project_url' %></td>
</tr>
<tr>
- <td colspan="2" class="attribution_notice"><%=
- t'site.index.license.notice',
- :license_name => t('site.index.license.license_name'),
- :project_name => t('site.index.license.project_name')
- %></td>
+ <td colspan="2" class="attribution_notice"><%= t'site.index.license.copyright' %></td>
</tr>
</table>
</div>
</tr>
</table>
</div>