From 0f011f2545ddc3ca350f623ad051798e391e56b3 Mon Sep 17 00:00:00 2001 From: Gregorio Chiko Putra Date: Fri, 15 Sep 2017 10:11:53 +0700 Subject: [PATCH] Added description of an icon. --- App/Views/Access/login.html | 3 ++- App/Views/Access/registrasi.html | 3 ++- App/Views/Data/pengumuman.html | 6 +++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/App/Views/Access/login.html b/App/Views/Access/login.html index 20c65c0..ff94d72 100644 --- a/App/Views/Access/login.html +++ b/App/Views/Access/login.html @@ -6,7 +6,7 @@
-

Login

+

Masuk

@@ -21,6 +21,7 @@
diff --git a/App/Views/Access/registrasi.html b/App/Views/Access/registrasi.html index 6567991..0bd4586 100644 --- a/App/Views/Access/registrasi.html +++ b/App/Views/Access/registrasi.html @@ -22,8 +22,9 @@
-
diff --git a/App/Views/Data/pengumuman.html b/App/Views/Data/pengumuman.html index 12322bd..6bd15f8 100644 --- a/App/Views/Data/pengumuman.html +++ b/App/Views/Data/pengumuman.html @@ -55,13 +55,15 @@ {% for post in posts %}
- {{ post.content }} + [{{ post.valid_at }} - {{ post.expired_at }}] + {{ post.content }}
{% if post.status != 0 %} {% else %} @@ -79,6 +81,7 @@
{% elseif (post.status == 2 and editor_now.id == creator.id) %} @@ -91,6 +94,7 @@ {% endif %}