Commit 31d771cf5c7d3b099341d6f8d7556b7cf97725f9
1 parent
996a1d3c
Exists in
colab
and in
4 other branches
Updated year on home
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.erb
... | ... | @@ -107,7 +107,7 @@ |
107 | 107 | </div><!--/row--> |
108 | 108 | |
109 | 109 | <footer> |
110 | - <div class="footer-left">© <%= link_to 'The Mezuro Team', '/humans.txt' %> 2013-2014</div> | |
110 | + <div class="footer-left">© <%= link_to 'The Mezuro Team', '/humans.txt' %> 2013-2015</div> | |
111 | 111 | <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> |
112 | 112 | </footer> |
113 | 113 | ... | ... |