5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-07 23:36:57 +00:00

Merge branch 'issue-159' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-03-25 13:51:36 -03:00
commit 588a0c6578

View file

@ -157,6 +157,7 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
params = ActionController::Parameters.new( params = ActionController::Parameters.new(
post: { post: {
title: site.licencia.name, title: site.licencia.name,
description: site.licencia.short_description,
content: CommonMarker.render_html(site.licencia.deed) content: CommonMarker.render_html(site.licencia.deed)
} }
) )