mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 06:16:23 +00:00
fix: poder ver los mensajes en el orden correcto
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:
parent
7e8bcc55a1
commit
0567e491ee
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
- message = t('.not_published_yet')
|
||||
- elsif site.awaiting_publication?
|
||||
- message = t('.awaiting_publication')
|
||||
- if site.building?
|
||||
- elsif site.building?
|
||||
- if site.average_publication_time_calculable?
|
||||
- average_building_time = site.average_publication_time
|
||||
- elsif !site.similar_sites?
|
||||
|
|
Loading…
Reference in a new issue