putting back the date and counter

This commit is contained in:
tim madden 2012-02-22 09:05:39 -06:00
parent 8c18c2888a
commit 6d50992dfb

View file

@ -12,7 +12,8 @@
<title><%= @page_title %></title>
</head><body>
<% if current_user && !current_user.prefs.nil? -%>
<div id="topbar">
<div id="topbar"><h1><% if @down_count -%><span class="count" id="badge_count"><%= @down_count %></span><% end -%> <%=
l(Date.today, :format => current_user.prefs.title_date_format) -%></h1>
<div class="nav">
<%= (link_to(t('layouts.mobile_navigation.new_action'), new_todo_path(new_todo_params))) unless @new_mobile -%>
<%= (link_to(t('layouts.mobile_navigation.home'), todos_path(:format => 'm'))) unless @home -%>