Skip to content

Commit

Permalink
fix visits page error after changing analytics last month method
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Dec 9, 2024
1 parent 8f50632 commit cf0893e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/visits/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%div.px-3.py-3.pt-md-5.pb-md-4.text-center
%h1.display-4
%h1.display-4
= t('visits.ontology_visits')
%p.lead (#{@analytics.date.strftime("%B %Y")})
%p.lead (#{DateTime.now.prev_month.strftime("%B %Y")})

%div.table-responsive
%table.table.table-hover
Expand Down

0 comments on commit cf0893e

Please sign in to comment.