Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Esteban Choque
Portal Bolivia Digital
Commits
7ccd31e7
Commit
7ccd31e7
authored
May 16, 2019
by
Esteban Choque
Browse files
Se corrigio las fechas para cuando no existen respuestas
parent
aa92c9f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pages/participa/_id_forum/_name_forum/_id_topic/_name_topic/_id_post/_name_post/index.vue
View file @
7ccd31e7
...
...
@@ -42,8 +42,11 @@
<div
v-for=
"replie in post.replies"
:key=
"replie.id_replie"
>
<p
class=
"info_post"
>
Publicado por
{{
replie
.
nombre
}}
el
{{
$datetime
.
format
(
replie
.
fecha_publicacion
,
'
dd de MMM del YYYY a las HH:mm
'
)
}}
</p>
<p>
{{
replie
.
body
}}
</p>
<div
v-if=
"replie.nombre"
>
<p
class=
"info_post"
>
Publicado por
{{
replie
.
nombre
}}
el
{{
$datetime
.
format
(
replie
.
fecha_publicacion
,
'
dd de MMM del YYYY a las HH:mm
'
)
}}
</p>
<p>
{{
replie
.
body
}}
</p>
</div>
<hr
class=
"separador_post"
>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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