mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 01:35:34 +08:00
Fix minor Zmagohound comment
This commit is contained in:
parent
bc03a26d4b
commit
1acf258c70
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<%
|
||||
current_day = days_since_1970(DateTime.current)
|
||||
%>
|
||||
<% if !hide_today and activities.count > 0 and days_since_1970(activities[0].created_at) == current_day %>
|
||||
<% if !hide_today && activities.count > 0 && days_since_1970(activities[0].created_at) == current_day %>
|
||||
<li class="text-center activity-date-item">
|
||||
<span class="label label-primary">
|
||||
<%=t "activities.index.today" %>
|
||||
|
|
Loading…
Reference in a new issue