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

Loading…
Cancel
Save