Skip to content

Commit

Permalink
Added details section to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsleyc committed Mar 29, 2015
1 parent 174bc1f commit 3cfb42d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resume.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@
{{/each}}
</ul>
{{/if}}
{{#if details.length}}
<ul class='details'>
{{#each details}}
<li>{{#if text}}{{text}}{{/if}}{{#if comment}} <em>[{{comment}}]</em>{{/if}}</li>
{{/each}}
</ul>
{{/if}}
{{#unless @last}}<div class='separator'></div>{{/unless}}
{{/each}}
</div>
Expand Down Expand Up @@ -254,7 +261,7 @@
{{/if}}
{{#if details.length}}
{{#each details}}
<span>{{#if name}}{{name}}{{/if}}{{#if level}} <em>({{level}})</em>{{/if}}{{#unless @last}}, {{/unless}}</span>
<span>{{#if text}}{{text}}{{/if}}{{#if comment}} <em>({{comment}})</em>{{/if}}{{#unless @last}}, {{/unless}}</span>
{{/each}}
{{/if}}
</div>
Expand Down

0 comments on commit 3cfb42d

Please sign in to comment.