mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 21:26:21 +00:00
fix: temporalmente deshabilitar el boton #9989
This commit is contained in:
parent
9681f15b70
commit
611a1f0eb0
1 changed files with 0 additions and 7 deletions
|
@ -6,13 +6,6 @@
|
|||
edit_site_post_path(@site, @post.id),
|
||||
class: 'btn btn-block'
|
||||
|
||||
- unless @post.layout.ignored?
|
||||
= link_to t('posts.preview.btn'),
|
||||
site_post_preview_path(@site, @post.id),
|
||||
class: 'btn btn-block',
|
||||
target: '_blank',
|
||||
rel: 'noopener'
|
||||
|
||||
%table.table.table-condensed
|
||||
%thead
|
||||
%tr
|
||||
|
|
Loading…
Reference in a new issue