Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
No paper-tile-left and paper-tile-content any more
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Aug 11, 2015
1 parent 14cc98e commit f18b48d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app/templates/articles.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{{outlet}}
{{#paper-list}}
{{#each model as |article|}}
{{#paper-item}}
{{#paper-tile-left}}
{{#paper-item class="md-4-line"}}
<div class="md-list-item-text">
<span class="upvote"{{action 'upvote' article}}>
{{paper-icon icon="arrow-drop-up" size=2}}</span>
<span class="vote-count">
Expand All @@ -14,13 +14,11 @@
0
{{/if}}
</span>
{{/paper-tile-left}}
{{#paper-tile-content}}
<a class="article-link" href={{unbound article.url}}>{{article.title}}</a>
<div>
<p>
submitted by {{article.user.email}}
</div>
{{/paper-tile-content}}
</p>
</div>
{{/paper-item}}
{{/each}}
{{/paper-list}}
Expand Down

0 comments on commit f18b48d

Please sign in to comment.