diff --git a/app/views/posts/partials/index/_mode_menu.html.erb b/app/views/posts/partials/index/_mode_menu.html.erb index 74ae1253c..ebdf8ccd4 100644 --- a/app/views/posts/partials/index/_mode_menu.html.erb +++ b/app/views/posts/partials/index/_mode_menu.html.erb @@ -12,8 +12,10 @@ - - + <% if CurrentUser.is_builder? %> + + + <% end %> <% if CurrentUser.is_janitor? %> <% end %>