Sha256: d665a5fb176f736d025a98da965862e5b4293c98590b4b32fc48a4c6fdb219a1
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
<td><%= model.grade %></td> <td><%= model.name %></td> <td><%= model.description %></td> <td> <div class="tags"> <% model.roles.pluck(:name).each do |role| %> <span class="tag"><%= role %></span> <% end %> <%= link_to({ controller: 'roled/admin/who_roles', action: 'edit', who_type: 'Org::SuperJobTitle', who_id: model.id }, data: { turbo_frame: 'modal' }, aria: { label: t('roled.admin.who_roles.edit.title') }) do %> <i class="fas fa-user-shield"></i> <% end %> </div> </td>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_org-0.0.1 | app/views/org/admin/super_job_titles/_index_tbody.html.erb |