">
<%= experience.duration %> |
<%= link_to experience.organizationt_title, OrbitHelper.url_to_plugin_show(experience.to_param,'personal_experience'), target: "blank"%>
- <%= link_to t('edit'), edit_admin_experience_path(experience) %>
- <%= link_to t(:delete_), admin_experience_path(id: experience.id), method: :delete, remote: true, data: { confirm: 'Are you sure?' } %>
|
<%= experience.department %> |
<%= experience.job_title %> |
<%= experience.member_profile.name rescue "" %> |
<% end %>