diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 129d736..efa71bd 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -44,7 +44,8 @@ %li = link_to image_tag('sponsors/github.jpg', :alt => 'Github'), 'http://github.com/', :popup => true - - 2.times do - %li - != mail_to 'contato@railsmg.org', image_tag('sponsors/default.jpg', :alt => 'Anuncie aqui'), :encode => :javascript + %li + = link_to image_tag('sponsors/webbynode.jpg', :alt => 'Webbynode'), 'http://webbynode.com/', :popup => true + %li + != mail_to 'contato@railsmg.org', image_tag('sponsors/default.jpg', :alt => 'Anuncie aqui'), :encode => :javascript \ No newline at end of file diff --git a/public/images/sponsors/webbynode.jpg b/public/images/sponsors/webbynode.jpg new file mode 100644 index 0000000..28579b2 Binary files /dev/null and b/public/images/sponsors/webbynode.jpg differ