From e1c8a62852616fcfcc6a79b6cc4aefc50e4bd628 Mon Sep 17 00:00:00 2001 From: Michel Etienne Date: Fri, 29 Aug 2014 11:44:05 +0200 Subject: active pagination on remote --- app/views/shared/_header.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/shared') diff --git a/app/views/shared/_header.erb b/app/views/shared/_header.erb index dc096f80b..53975556b 100644 --- a/app/views/shared/_header.erb +++ b/app/views/shared/_header.erb @@ -82,7 +82,7 @@
  • <%= link_to_language :en %>
  • -
  • <%= link_to t('layouts.help'), help_path, :class =>("current" if help_page?), :target => "_blank" %>
  • +
  • <%= link_to t('layouts.help'), help_path, :class =>("current" if help_page?), :target => "chouette_help" %>
  • <% if user_signed_in? %>