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.
10 lines
333 B
10 lines
333 B
<p style="color: green"><%= notice %></p>
|
|
|
|
<%= render @work_experience %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this work experience", edit_work_experience_path(@work_experience) %> |
|
|
<%= link_to "Back to work experiences", work_experiences_path %>
|
|
|
|
<%= button_to "Destroy this work experience", @work_experience, method: :delete %>
|
|
</div>
|
|
|