Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
renderer
Commits
13b99e32
Commit
13b99e32
authored
Oct 25, 2021
by
Thibaut Vallee
Browse files
Modification mineur
parent
ee33ac4a
Pipeline
#11234
passed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
view/unicaen-renderer/template/afficher.phtml
View file @
13b99e32
...
...
@@ -17,7 +17,7 @@ use UnicaenRenderer\Entity\Db\Template;
<?php
if
(
$template
->
getDescription
())
:
?>
<dt>
Description
</dt>
<dd>
<br/>
<div
style=
"border:1px solid black; border-radius: 5px; padding:0.5rem;"
>
<?php
echo
$template
->
getCode
();
?>
<div
style=
"border:1px solid black; border-radius: 5px; padding:0.5rem;"
>
<?php
echo
$template
->
getDescription
();
?>
</div>
</dd>
<?php
endif
;
?>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment