Commit 909bd1ab19179056b0430a6caeb0de5f8acb2556
1 parent
03e60525
Exists in
colab
and in
4 other branches
Fixed fork link
Fixes #76572980 Signed off by: Renan Fichberg
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.erb
... | ... | @@ -102,7 +102,7 @@ |
102 | 102 | |
103 | 103 | <footer> |
104 | 104 | <div class="footer-left">© <%= 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/mezuro' %> <%= 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' %></div> | |
106 | 106 | </footer> |
107 | 107 | |
108 | 108 | </div> <!-- /container --> | ... | ... |