Provide example of correct attribution
This commit is contained in:
parent
8438ce7779
commit
012d5b69c6
3 changed files with 13 additions and 0 deletions
|
@ -38,6 +38,13 @@
|
|||
<h3><%= t "license_page.legal_babble.credit_title_html", :locale => @locale %></h3>
|
||||
<p><%= t "license_page.legal_babble.credit_1_html", :locale => @locale %></p>
|
||||
<p><%= t "license_page.legal_babble.credit_2_html", :locale => @locale %></p>
|
||||
<p><%= t "license_page.legal_babble.credit_3_html", :locale => @locale %></p>
|
||||
<p><%= image_tag("attribution_example.png",
|
||||
:alt => t('license_page.legal_babble.attribution_example.alt'),
|
||||
:border => 0,
|
||||
:width => 193,
|
||||
:height => 69,
|
||||
:title => t('license_page.legal_babble.attribution_example.title')) %>
|
||||
|
||||
<h3><%= t "license_page.legal_babble.more_title_html", :locale => @locale %></h3>
|
||||
<p><%= t "license_page.legal_babble.more_1_html", :locale => @locale %></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue