diff options
| -rw-r--r-- | app/views/request/_sidebar.rhtml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml index 731bfb34e..dc0d2eb31 100644 --- a/app/views/request/_sidebar.rhtml +++ b/app/views/request/_sidebar.rhtml @@ -24,7 +24,7 @@          <% end %>       <% else %>        <p><%= _('Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href="/help/about">read more</a>).') %></p> -       <p><%= ('If you believe this request is not suitable, you can report it for attention by the site administrators') %></p> +       <p><%= _('If you believe this request is not suitable, you can report it for attention by the site administrators') %></p>         <%= link_to _("Report this request"), report_path, :class => "link_button_green", :method => "POST" %>        <% end %>      <% end %> @@ -32,11 +32,11 @@      <div class="act_link">       <% tweet_link = "https://twitter.com/share?url=#{h(request.url)}&via=#{h(MySociety::Config.get('TWITTER_USERNAME', ''))}&text='#{h(@info_request.title)}'&related=#{_('alaveteli_foi:The software that runs {{site_name}}', :site_name => h(site_name))}" %> -        <%= link_to '<img src="/images/twitter-16.png" alt="twitter icon">', tweet_link %>  -        <%= link_to _("Tweet this request"), tweet_link %>  +        <%= link_to '<img src="/images/twitter-16.png" alt="twitter icon">', tweet_link %> +        <%= link_to _("Tweet this request"), tweet_link %>      </div>      <div class="act_link"> -        <%= link_to '<img src="/images/wordpress.png" alt="" class="rss">', "http://wordpress.com/"%>  +        <%= link_to '<img src="/images/wordpress.png" alt="" class="rss">', "http://wordpress.com/"%>          <%= link_to _("Start your own blog"), "http://wordpress.com/"%>      </div> | 
