From f930dd2ce641b6ab976523bfd9737325d17de34c Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Wed, 25 Jan 2017 07:54:49 -0500 Subject: [PATCH] Disable edit and options for non-members --- app/views/post/show.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/post/show.php b/app/views/post/show.php index 3aeaaa9..1a993f6 100755 --- a/app/views/post/show.php +++ b/app/views/post/show.php @@ -11,8 +11,7 @@ is_member_or_higher()) : ?> -
You must have an account to comment or edit postsLogin -
+
You must have an account to comment or edit posts
partial('post/show_partials/status_notices', array('pools' => $this->pools)) ?>