Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3421 | Rev 3429 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3421 Rev 3428
Línea 19... Línea 19...
19
    image: `$share_image`, 
19
    image: `$share_image`, 
20
    description: `$share_description`
20
    description: `$share_description`
21
}
21
}
22
JS;
22
JS;
23
$this->inlineScript()->appendScript($js);
23
$this->inlineScript()->appendScript($js);
-
 
24
$this->headLink()->appendStylesheet('/css/bootstrap.min.css');
24
$this->inlineScript()->appendFile('/react-bundles/public-post/publicPostViewBundle.js');
25
$this->inlineScript()->appendFile('/react-bundles/public-post/publicPostViewBundle.js');
25
?>
26
?>
26
<div id="public-post">
27
<div id="public-post">
27
</div>
28
</div>
28
29