Commit bf82d2bc11ac565cd0f40715716062e69082f25d
1 parent
8660f1ea
Exists in
colab
and in
4 other branches
Footer years updated
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.erb
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 | </div><!--/row--> |
102 | 102 | |
103 | 103 | <footer> |
104 | - <div class="footer-left">© <%= link_to "The Mezuro Team", "/humans.txt" %> 2013</div> | |
104 | + <div class="footer-left">© <%= link_to "The Mezuro Team", "/humans.txt" %> 2013-2014</div> | |
105 | 105 | <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/mezuro" %> <%= image_tag 'usp-cloud-nuvem-logo.png' %></div> |
106 | 106 | </footer> |
107 | 107 | ... | ... |