mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:21:41 +00:00
fixup! feat: informar el estado del sitio #10492
This commit is contained in:
parent
c2fafac7f0
commit
0442aa1e06
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