Chris@0: <% if @project.issue_categories.any? %> Chris@0:
<%= l(:label_issue_category) %> | Chris@0:<%= l(:field_assigned_to) %> | Chris@0:Chris@0: |
---|---|---|
<%=h(category.name) %> | Chris@0:<%=h(category.assigned_to.name) if category.assigned_to %> | Chris@0:Chris@0: <%= link_to_if_authorized l(:button_edit), { :controller => 'issue_categories', :action => 'edit', :id => category }, :class => 'icon icon-edit' %> Chris@0: <%= link_to_if_authorized l(:button_delete), {:controller => 'issue_categories', :action => 'destroy', :id => category}, :method => :post, :class => 'icon icon-del' %> Chris@0: | Chris@0:
<%= l(:label_no_data) %>
Chris@0: <% end %> Chris@0: Chris@0:<%= link_to_if_authorized l(:label_issue_category_new), :controller => 'issue_categories', :action => 'new', :project_id => @project %>