Skip to content

Commit

Permalink
added a - between studyType and Education
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcpollak committed Sep 1, 2015
1 parent e07a226 commit 322a44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resume.hbs
Expand Up @@ -223,7 +223,7 @@
</span>
{{/if}}
<div class=''>
{{#if studyType}}{{studyType}} {{/if}}{{#if area}}{{area}}{{/if}}{{#if gpa}}, GPA: {{gpa}}{{/if}}
{{#if studyType}}{{studyType}} {{/if}} - {{#if area}}{{area}}{{/if}}{{#if gpa}}, GPA: {{gpa}}{{/if}}
</div>
{{#if courses.length}}
<div id='coursesBlock'>
Expand Down

0 comments on commit 322a44d

Please sign in to comment.