-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathrecard-list-people.hbs
43 lines (42 loc) · 2.03 KB
/
recard-list-people.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{{!< default}}
<main class="content">
<div id="tags" class="container tag-tip-container">
<div class="card">
<div class="card-content">
<div class="tag-title center-align">赞助墙(一分也是爱,你的赏识是我前进的动力)</div>
<div class="tag-chips">
{{!-- {{#get "tags" limit="all" include="count.posts" order="count.posts desc" }}
{{#foreach tags}}
{{#if count.posts}} --}}
<a href="#">
<span class="chip center-align waves-effect waves-light
chip-default classificationColor"
style="background-color: #F9EBEA;">王强:5元
</span>
</a>
<a href="#">
<span class="chip center-align waves-effect waves-light
chip-default classificationColor"
style="background-color: #F9EBEA;">何彬:0.5元
</span>
</a>
<a href="#">
<span class="chip center-align waves-effect waves-light
chip-default classificationColor"
style="background-color: #F9EBEA;">兰芝:0.01元
</span>
</a>
<a href="#">
<span class="chip center-align waves-effect waves-light
chip-default classificationColor"
style="background-color: #F9EBEA;">ber:1元
</span>
</a>
{{!-- {{/if}}
{{/foreach}}
{{/get}} --}}
</div>
</div>
</div>
</div>
</main>