From cc4531f73c3669ad4ec4f7cda1133434fa33ee15 Mon Sep 17 00:00:00 2001 From: danielgrippi <danielgrippi@gmail.com> Date: Wed, 16 Nov 2011 16:04:21 -0800 Subject: [PATCH] stop censorship. sopa --- app/views/layouts/_header.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml index 9729a0a777..2b5e940591 100644 --- a/app/views/layouts/_header.html.haml +++ b/app/views/layouts/_header.html.haml @@ -3,11 +3,17 @@ -# the COPYRIGHT file. .container{:style => "position:relative;"} + - if current_user = link_to image_tag('logo_small.png', :height => "16px", :width => "161px", :class => "diaspora_header_logo"), multi_path - else = link_to image_tag('logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path + :erb + <a style="-moz-transform:rotate(5deg);-webkit-transform:rotate(5deg);width:170px;height:50px;vertical-align:middle;text-align:center;background-color:#000;position:absolute;z-index:5555;top:-5px;left:0px;background-image:url(http://americancensorship.org/images/stop-censorship-small.png);background-position:center center;background-repeat:no-repeat;" href="http://americancensorship.org"></a> + + + - if !current_user .right %ul#landing_nav -- GitLab