Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
add text to graph 'per 1 follower' in search page (issue #320)
Browse files Browse the repository at this point in the history
  • Loading branch information
KangHyeongMin committed Feb 27, 2017
1 parent 127b397 commit 989c9a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
</li>
<div class="circle-mask2">
<div class="circle-mask2-text">
<span style="font-size:11px; color:#888;">팔로워 1명당</span><br>
<span style="font-size:23px;">{{ product.unit_price }}</span>
<span style="font-size:15px;"></span>
</div>
Expand Down Expand Up @@ -288,6 +289,7 @@
</li>
<div class="circle-mask2">
<div class="circle-mask2-text">
<span style="font-size:11px; color:#888;">팔로워 1명당</span><br>
<span style="font-size:23px;">
{{ product.unit_price }}
</span>
Expand Down Expand Up @@ -401,6 +403,7 @@
</li>
<div class="circle-mask2">
<div class="circle-mask2-text">
<span style="font-size:11px; color:#888;">팔로워 1명당</span><br>
<span style="font-size:23px;">
{{ product.unit_price }}
</span>
Expand Down

0 comments on commit 989c9a4

Please sign in to comment.