diff --git a/app/views/projects/settings/_issue_categories.html.erb b/app/views/projects/settings/_issue_categories.html.erb
index e88a85d50..2bb3c728f 100644
--- a/app/views/projects/settings/_issue_categories.html.erb
+++ b/app/views/projects/settings/_issue_categories.html.erb
@@ -12,10 +12,10 @@
<%=h(category.name) %> |
<%=h(category.assigned_to.name) if category.assigned_to %> |
- <% if User.current.allowed_to?(:manage_categories, @project) %>
+ <% if User.current.allowed_to?(:manage_categories, @project) %>
<%= link_to l(:button_edit), edit_issue_category_path(category), :class => 'icon icon-edit' %>
<%= delete_link issue_category_path(category) %>
- <% end %>
+ <% end %>
|
<% end %>