Browse Source

Fixed spacing issue in cventries

pull/1/head
rodley82 1 year ago
parent
commit
61e7d684b2
  1. 3
      app/views/templates/awesome/resume.html.erb

3
app/views/templates/awesome/resume.html.erb

@ -105,7 +105,7 @@
%---------------------------------------------------------
<% @user.work_experiences.active.each do |w| %>
\cventry
\cventry
{<%= w.title.tex_safe %>} % Job title
{<%= w.employer.tex_safe %>} % Organization
{} % Location
@ -117,6 +117,7 @@
<% end %>
\end{cvitems}
}
<% end %>
%---------------------------------------------------------

Loading…
Cancel
Save