Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Added double arrows to all word links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumeet Adur committed Dec 9, 2015
1 parent 7800e26 commit 27e443c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/definition-page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{{/if}}
{{#if relatedwords}}
<p class="detail relatedwords">Related:
{{#each relatedwords}}<a href="{{slug}}/">{{word}}</a>{{#unless @last}}&comma;&nbsp;{{/unless}}{{/each}}
{{#each relatedwords}}<a href="{{slug}}/">{{word}} &raquo;</a>{{#unless @last}}&comma;&nbsp;{{/unless}}{{/each}}
</p>
{{/if}}
</div>
Expand Down
4 changes: 2 additions & 2 deletions client/main-page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{{/if}}
{{#if relatedwords}}
<p class="detail relatedwords">Related:
{{#each relatedwords}}<a href="{{slug}}/">{{word}}</a>{{#unless @last}}&comma;&nbsp;{{/unless}}{{/each}}
{{#each relatedwords}}<a href="{{slug}}/">{{word}} &raquo;</a>{{#unless @last}}&comma;&nbsp;{{/unless}}{{/each}}
</p>
{{/if}}
</div>
Expand All @@ -39,7 +39,7 @@
<div class="paraHeads">All the guff</div>
{{#each words}}
<ul class="listing">
<a class="word" href="{{@key}}/">{{word}}</a>
<a class="word" href="{{@key}}/">{{word}} &raquo;</a>
</ul>
{{/each}}
</ul>
Expand Down

0 comments on commit 27e443c

Please sign in to comment.