OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/projects/_hierarchy_header.html.erb

11 lines
416 B

<th id="project-table--hierarchy-header">
<div class="generic-table--sort-header-outer">
<div class="generic-table--sort-header">
<a title="<%= t(:label_sort_by, value: "\"#{t(:label_project_hierarchy)}\"") %>"
<%= href_only_when_not_sort_lft %>
class="<%= deactivate_class_on_lft_sort %>">
<op-icon icon-classes="icon-hierarchy"></op-icon>
</a>
</div>
</div>
</th>