5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 19:36:21 +00:00

fix: rehabilitar el botón también

This commit is contained in:
f 2024-04-10 11:49:30 -03:00
parent 95231511b7
commit 629549c916
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -4,8 +4,6 @@
= render 'sites/status', site: @site
= render 'sites/build', site: @site, class: 'btn-block'
%h3= t('posts.new')
%table.table.table-sm.mb-3
%tbody

View file

@ -22,3 +22,5 @@
%div{ 'hx-get': site_status_path(site), 'hx-trigger': 'every 10s', 'hx-swap': 'outerHTML' }
= render 'bootstrap/alert' do
= link_to_if link, message.html_safe, site_build_stats_path(site), class: 'alert-link'
= render 'sites/build', site: site, class: 'btn-block'