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") %>.