|
|
|
@ -105,18 +105,19 @@ |
|
|
|
|
|
|
|
%--------------------------------------------------------- |
|
|
|
<% @user.work_experiences.active.each do |w| %> |
|
|
|
\cventry |
|
|
|
{<%= w.title.tex_safe %>} % Job title |
|
|
|
{<%= w.employer.tex_safe %>} % Organization |
|
|
|
{} % Location |
|
|
|
{<%= w.period.tex_safe %>} % Date(s) |
|
|
|
{ |
|
|
|
\begin{cvitems} % Description(s) of tasks/responsibilities |
|
|
|
<% w.items_csv&.split(";")&.each do |i| %> |
|
|
|
\item {<%= i.tex_safe %>} |
|
|
|
<% end %> |
|
|
|
\end{cvitems} |
|
|
|
} |
|
|
|
\cventry |
|
|
|
{<%= w.title.tex_safe %>} % Job title |
|
|
|
{<%= w.employer.tex_safe %>} % Organization |
|
|
|
{} % Location |
|
|
|
{<%= w.period.tex_safe %>} % Date(s) |
|
|
|
{ |
|
|
|
\begin{cvitems} % Description(s) of tasks/responsibilities |
|
|
|
<% w.items_csv&.split(";")&.each do |i| %> |
|
|
|
\item {<%= i.tex_safe %>} |
|
|
|
<% end %> |
|
|
|
\end{cvitems} |
|
|
|
} |
|
|
|
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
%--------------------------------------------------------- |
|
|
|
|