mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:31:42 +00:00
los posts solo tienen lang
fixes #1551 fixes #1550 fixes #1549 fixes #1548
This commit is contained in:
parent
404436e294
commit
c1d6316462
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class PostsController < ApplicationController
|
|||
# TODO: Notificar si se pudo o no
|
||||
service.destroy
|
||||
site.touch
|
||||
redirect_to site_posts_path(site, locale: post.locale.value)
|
||||
redirect_to site_posts_path(site, locale: post.lang.value)
|
||||
end
|
||||
|
||||
# Reordenar los artículos
|
||||
|
|
Loading…
Reference in a new issue