Sha256: 30de1db72da3ae8b2d77096e766a466dc6e884b1254f9749322499862631bdf2
Contents?: true
Size: 514 Bytes
Versions: 1
Compression:
Stored size: 514 Bytes
Contents
<th><%= Org::Department.human_attribute_name(:name) %></th> <th> <%= Org::Department.human_attribute_name(:needed_number) %> <span class="has-grey-text">/</span> <%= Org::Department.human_attribute_name(:members_count) %> </th> <th> <%= Org::Department.human_attribute_name(:job_titles) %> <%= link_to({ controller: 'super_job_titles' }, aria: { label: '不限部门职级' }) do %> <i class="fas fa-cog"></i> <% end %> </th> <th><%= Org::Department.human_attribute_name(:leader) %></th> <th></th>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_org-0.0.1 | app/views/org/admin/departments/_index_thead.html.erb |