mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +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)
|
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">
|
<li class="text-center activity-date-item">
|
||||||
<span class="label label-primary">
|
<span class="label label-primary">
|
||||||
<%=t "activities.index.today" %>
|
<%=t "activities.index.today" %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue