Commit 98c7c40d55fd10fd10169bfb5da9764f7d01d3ee
Committed by
Rafael Manzo
1 parent
31503696
Exists in
colab
and in
4 other branches
Translate "Mezuro Team" message on base layout
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.erb
... | ... | @@ -118,7 +118,7 @@ |
118 | 118 | </div><!--/row--> |
119 | 119 | |
120 | 120 | <footer> |
121 | - <div class="footer-left">© <%= link_to 'The Mezuro Team', '/humans.txt' %> 2013-2015</div> | |
121 | + <div class="footer-left">© <%= link_to(t('mezuro_team'), '/humans.txt') %> 2013-2015</div> | |
122 | 122 | <div class="footer-right"><%= link_to(image_tag('agplv3-88x31.png'), 'http://www.gnu.org/licenses/agpl-3.0-standalone.html') %> <%= link_to image_tag('fork-me.png'), 'https://github.com/mezuro/prezento' %> <%= image_tag 'usp-cloud-nuvem-logo.png' %> <%= link_to image_tag('banner-ccsl.png', height: '40', width: '190'), 'http://ccsl.ime.usp.br/' %></div> |
123 | 123 | </footer> |
124 | 124 | ... | ... |