Skip to content

Commit

Permalink
make days y-m-d
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Oct 23, 2024
1 parent 55701da commit dad7014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/toc/_list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= link_to paper.title, paper.seo_url, title: paper.title, class: "d-inline-block text-truncate", style: "max-width: 450px;" %>
</td>
<td>
<div class="time">Published <%= paper.accepted_at.strftime("%d-%m-%Y") %> </div>
<div class="time">Published <%= paper.accepted_at.strftime("%Y-%m-%d") %> </div>
</td>
<td>
<%= image_tag 'doi.svg' %><%= link_to paper.doi, paper.seo_url %>
Expand Down

0 comments on commit dad7014

Please sign in to comment.