From 87330aee69afa49b9c1ecfc611148ee799564660 Mon Sep 17 00:00:00 2001 From: Toks Date: Mon, 8 Apr 2013 21:41:14 -0400 Subject: [PATCH] fixes #1233 --- app/views/posts/partials/show/_edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index cd0988009..cf6c87ee0 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -1,4 +1,4 @@ -<% unless CurrentUser.user.is_contributor? %> +<% unless CurrentUser.user.is_builder? %>

Before editing, read the <%= link_to "how to tag guide", wiki_page_path(:id => "howto:tag") %>.