5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 07:50:49 +00:00

no hacen falta los parametros al crear un artículo nuevo

This commit is contained in:
f 2021-05-09 12:52:26 -03:00
parent 98df0ceb3a
commit 35518ba48a

View file

@ -16,7 +16,7 @@
- next if layout.hidden?
%tr
%th= layout.humanized_name
%td.pl-3= link_to t('posts.add'), new_site_post_path(@site, **@filter_params), class: 'btn btn-secondary btn-sm'
%td.pl-3= link_to t('posts.add'), new_site_post_path(@site, layout: layout.value), class: 'btn btn-secondary btn-sm'
- if @filter_params[:layout] == layout.name.to_s
%td= link_to t('posts.remove_filter'), site_posts_path(@site, **@filter_params.merge(layout: nil)), class: 'btn btn-primary btn-sm'
- else