Merge branch 'master' into develop
This commit is contained in:
@@ -104,7 +104,7 @@ const BandoView = () => {
|
|||||||
|
|
||||||
<div className="appPageSection__withBorder">
|
<div className="appPageSection__withBorder">
|
||||||
<h2>{__('Descrizione breve', 'gepafin')}</h2>
|
<h2>{__('Descrizione breve', 'gepafin')}</h2>
|
||||||
<div className="row rowContent ql-editor">
|
<div className="ql-editor">
|
||||||
{renderHtmlContent(data.descriptionShort)}
|
{renderHtmlContent(data.descriptionShort)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -139,7 +139,7 @@ const BandoView = () => {
|
|||||||
|
|
||||||
<div className="appPageSection__withBorder">
|
<div className="appPageSection__withBorder">
|
||||||
<h2>{__('Descrizione dettagliata', 'gepafin')}</h2>
|
<h2>{__('Descrizione dettagliata', 'gepafin')}</h2>
|
||||||
<div className="row rowContent ql-editor">
|
<div className="ql-editor">
|
||||||
{renderHtmlContent(data.descriptionLong)}
|
{renderHtmlContent(data.descriptionLong)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -157,7 +157,7 @@ const BandoView = () => {
|
|||||||
|
|
||||||
<div className="appPageSection__withBorder">
|
<div className="appPageSection__withBorder">
|
||||||
<h2>{__('Documentazione Richiesta', 'gepafin')}</h2>
|
<h2>{__('Documentazione Richiesta', 'gepafin')}</h2>
|
||||||
<div className="row rowContent ql-editor">
|
<div className="ql-editor">
|
||||||
{renderHtmlContent(data.documentationRequested)}
|
{renderHtmlContent(data.documentationRequested)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ const BandoViewBeneficiario = () => {
|
|||||||
|
|
||||||
<div className="appPageSection__withBorder">
|
<div className="appPageSection__withBorder">
|
||||||
<h2>{__('Descrizione breve', 'gepafin')}</h2>
|
<h2>{__('Descrizione breve', 'gepafin')}</h2>
|
||||||
<div className="row rowContent ql-editor">
|
<div className="ql-editor">
|
||||||
{renderHtmlContent(data.descriptionShort)}
|
{renderHtmlContent(data.descriptionShort)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -304,7 +304,7 @@ const BandoViewBeneficiario = () => {
|
|||||||
|
|
||||||
<div className="appPageSection__withBorder">
|
<div className="appPageSection__withBorder">
|
||||||
<h2>{__('Descrizione dettagliata', 'gepafin')}</h2>
|
<h2>{__('Descrizione dettagliata', 'gepafin')}</h2>
|
||||||
<div className="row rowContent ql-editor">
|
<div className="ql-editor">
|
||||||
{renderHtmlContent(data.descriptionLong)}
|
{renderHtmlContent(data.descriptionLong)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -322,7 +322,7 @@ const BandoViewBeneficiario = () => {
|
|||||||
|
|
||||||
<div className="appPageSection__withBorder">
|
<div className="appPageSection__withBorder">
|
||||||
<h2>{__('Documentazione Richiesta', 'gepafin')}</h2>
|
<h2>{__('Documentazione Richiesta', 'gepafin')}</h2>
|
||||||
<div className="row rowContent ql-editor">
|
<div className="ql-editor">
|
||||||
{renderHtmlContent(data.documentationRequested)}
|
{renderHtmlContent(data.documentationRequested)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user