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:
parent
95231511b7
commit
629549c916
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue