diff --git a/app/views/wiki_pages/_form.html.erb b/app/views/wiki_pages/_form.html.erb index 5bd91b149..737f3c9b7 100644 --- a/app/views/wiki_pages/_form.html.erb +++ b/app/views/wiki_pages/_form.html.erb @@ -4,8 +4,10 @@ <%= simple_form_for(@wiki_page) do |f| %> <% if @wiki_page.new_record? %> <%= f.input :title, error: false, input_html: { data: { autocomplete: "tag" } } %> - <% else %> + <% elsif CurrentUser.is_builder? %> <%= f.input :title, error: false, input_html: { data: { autocomplete: "tag" } }, hint: "Change to rename this wiki page. Move the tag and update any wikis linking to this page first." %> + <% else %> +