Commit d50113a0423485783b309771d4442448c87efcfc
1 parent
f981a275
Exists in
colab
and in
4 other branches
USP cloud logo
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
1.92 KB
app/views/layouts/application.html.erb
... | ... | @@ -104,7 +104,7 @@ |
104 | 104 | |
105 | 105 | <footer> |
106 | 106 | <div class="footer-left">© <%= link_to "The Mezuro Team", "/humans.txt" %> 2013</div> |
107 | - <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" %></div> | |
107 | + <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> | |
108 | 108 | </footer> |
109 | 109 | |
110 | 110 | </div> <!-- /container --> | ... | ... |