set traffic bubble on the main logo.fixes #28

This commit is contained in:
Carl Chenet 2016-11-24 11:13:19 +01:00
parent c427047dc6
commit 63a2e0ab6b

View file

@ -43,11 +43,9 @@
</head>
<body>
<div id="wrapper">
<a href="/"><%= image_tag "logo-journal-du-hacker-middle.png" %></a>
<a href="/" title="<%= Rails.application.name %> <%= raw t('.currenttraffic', :usernb => "#{@traffic.to_i}") %>"><%= image_tag "logo-journal-du-hacker-middle.png" %></a>
<div id="header">
<div id="headerleft">
<a id="l_holder" style="background-color: #<%= @traffic_color %>;"
href="/" title="<%= Rails.application.name %> <%= raw t('.currenttraffic', :usernb => "#{@traffic.to_i}") %>"></a>
<% links = {
"/" => @cur_url == "/" ? Rails.application.name : t('.homelink'),