mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
putting back the date and counter
This commit is contained in:
parent
8c18c2888a
commit
6d50992dfb
1 changed files with 2 additions and 1 deletions
|
|
@ -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 -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue