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.
14 lines
350 B
14 lines
350 B
<p style="color: green"><%= notice %></p>
|
|
|
|
<h1>Work experiences</h1>
|
|
|
|
<div id="work_experiences">
|
|
<% @work_experiences.each do |work_experience| %>
|
|
<%= render work_experience %>
|
|
<p>
|
|
<%= link_to "Show this work experience", work_experience %>
|
|
</p>
|
|
<% end %>
|
|
</div>
|
|
|
|
<%= link_to "New work experience", new_work_experience_path %>
|
|
|