From 75f7f1b01a3c5716851740a2285141c2f672d1d5 Mon Sep 17 00:00:00 2001 From: Dominik Sander Date: Wed, 24 Sep 2014 23:29:04 +0200 Subject: [PATCH] Fixed flickering of the job indicators --- app/views/layouts/_navigation.html.erb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/layouts/_navigation.html.erb b/app/views/layouts/_navigation.html.erb index 64fc5de1..e8713280 100644 --- a/app/views/layouts/_navigation.html.erb +++ b/app/views/layouts/_navigation.html.erb @@ -35,23 +35,23 @@ -
  • - <%= link_to current_user.admin? ? jobs_path : '#' do %> +
  • + <%= link_to current_user.admin? ? jobs_path : '#', class: 'visible-lg' do %> 0 <% end %>
  • -
  • - <%= link_to current_user.admin? ? jobs_path : '#' do %> +
  • + <%= link_to current_user.admin? ? jobs_path : '#', class: 'visible-lg' do %> 0 <% end %>
  • -
  • + <%= link_to current_user.admin? ? jobs_path : '#', class: 'hidden-sm hidden-xs' do %> 0 <% end %>
  • -
  • +