Commit 3c4e068b3a4a4dba6f8c01c732123c127bd5ca0d

Authored by Rafael Manzo
1 parent 909bd1ab

CCSL logo on footer

Signed off by: Renan Fichberg <rfichberg@gmail.com>
app/assets/images/banner-ccsl.png 0 → 100644

29.5 KB

app/views/layouts/application.html.erb
... ... @@ -102,7 +102,7 @@
102 102  
103 103 <footer>
104 104 <div class="footer-left">&copy; <%= link_to 'The Mezuro Team', '/humans.txt' %> 2013-2014</div>
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/prezento' %> <%= image_tag 'usp-cloud-nuvem-logo.png' %></div>
  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/prezento' %> <%= image_tag 'usp-cloud-nuvem-logo.png' %> <%= link_to image_tag('banner-ccsl.png', height: '55', width: '190'), 'http://ccsl.ime.usp.br/' %></div>
106 106 </footer>
107 107  
108 108 </div> <!-- /container -->
... ...