mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 20:46:23 +00:00
Merge branch 'issue-10492' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
fc68ac9f70
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
- message = t('.not_published_yet')
|
||||
- if site.building?
|
||||
- if site.average_publication_time_calculable?
|
||||
- average_building_time = site.average_building_time
|
||||
- average_building_time = site.average_publication_time
|
||||
- elsif !site.similar_sites?
|
||||
- average_building_time = 60
|
||||
- else
|
||||
|
|
Loading…
Reference in a new issue