From 086edebd41e12fb2e3effb73658ef82e9aec6e00 Mon Sep 17 00:00:00 2001 From: Gregorio Chiko Putra Date: Sat, 9 Sep 2017 13:48:48 +0700 Subject: [PATCH] Edited pengumuman.html --- App/Views/Data/pengumuman.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/App/Views/Data/pengumuman.html b/App/Views/Data/pengumuman.html index 7bfa62e..082a7e4 100644 --- a/App/Views/Data/pengumuman.html +++ b/App/Views/Data/pengumuman.html @@ -8,6 +8,8 @@ {% for post in posts %} {% if post.id %}

Pengumuman {{ post.id }}

+ {{ post.content | raw }} +
{% if status %} {% if post.status == 1 %} @@ -22,7 +24,6 @@ (Nonaktif) {% endif %} {% endif %} -

{{ post.content | raw }}

{% endif %} {% endfor %}