diff --git a/app/views/visits/index.html.haml b/app/views/visits/index.html.haml index 57da2545c1..45085f09ec 100644 --- a/app/views/visits/index.html.haml +++ b/app/views/visits/index.html.haml @@ -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