Skip to content

Commit

Permalink
Change 131 planned dot release date
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Oct 10, 2024
1 parent 8ce6e42 commit f5dd372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/templates/past_release.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
{% if "now"|date('Y-m-d') < release_date|date_modify("+2 weeks")|date('Y-m-d') %}
<tr>
<th class="{{ table_header }}"><a href="{{ planned_dot_release_link }}" class="link-secondary">Planned {{ release }}.0.x</a></th>
<td title="">{{ release_date|date_modify("+" ~ ( release == 121 ? '3' : '2' ) ~ " weeks")|format_date(pattern='MMMM d', locale='en') }}</td>
<td title="">{{ release_date|date_modify("+" ~ ( release == 131 ? '13 days' : '2 weeks' ))|format_date(pattern='MMMM d', locale='en') }}</td>
</tr>
{% endif %}
{% endif %}
Expand Down

0 comments on commit f5dd372

Please sign in to comment.