5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 07:51:41 +00:00

no actualizar al cargar el listado de sitios

hace que todo tarde demasiado tiempo

(cherry picked from commit 15454596f2)
This commit is contained in:
f 2022-07-19 13:50:30 -03:00
parent c5cece436d
commit c007f3b0e3
No known key found for this signature in database

View file

@ -54,10 +54,4 @@
text: t('usuaries.index.title'), text: t('usuaries.index.title'),
type: 'info', type: 'info',
link: site_usuaries_path(site) link: site_usuaries_path(site)
- if policy(site).pull? && site.repository.needs_pull?
= render 'layouts/btn_with_tooltip',
tooltip: t('help.sites.pull'),
text: t('.pull'),
type: 'info',
link: site_pull_path(site)
= render 'sites/build', site: site = render 'sites/build', site: site