Skip to content

Commit

Permalink
fix chronicle month
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlevy committed Jan 14, 2025
1 parent 3411205 commit aca8327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/dashboard/_chronicles.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fetch(RSS_URL)
<p class="small">${description.textContent}</p>
</div>
<p class="card-footer mb-1 small text-end">
${date.getMonth()}/${date.getFullYear()}
${date.getMonth()+1}/${date.getFullYear()}
<a href="${link.textContent}" target="_blank" rel="noopener">
<%= t('admin.chronicles.read_more') %>
Expand Down

0 comments on commit aca8327

Please sign in to comment.