|
1 | | -<div class="rowItem padding2015"> |
| 1 | +<div class="rowItem padding2015 marginLeft15"> |
2 | 2 | <div class="table custCol-text"> |
3 | 3 | <div> |
4 | | - <div class="marginLeft15 marginTop2"> |
5 | | - <div class="marginLeft15 marginTop2"> |
6 | | - </div> |
7 | | - <div class="marginLeft15 marginTop2"> |
8 | | - <div class="clearfix"> |
9 | | - <div class="pull-left"> |
10 | | - <% print(ob.starsTmpl({ rating: ob.feedback })) %> |
11 | | - (<%= ob.feedback %>/5) |
12 | | - </div> |
13 | | - <% if(ob.address){ %> |
14 | | - <div class="pull-right"> |
15 | | - <% if(config.testnet){ %> |
16 | | - <a href="https://live.blockcypher.com/btc-testnet/address/<%- ob.address %>" class="noWrap"> |
17 | | - <% }else{ %> |
18 | | - <a href="https://live.blockcypher.com/btc/address/<%- ob.address %>" class="noWrap"> |
19 | | - <% } %> |
20 | | - <div class="btn btn-txt floatRight custCol-secondary textOpacity1"> |
21 | | - <%= polyglot.t('transactions.ViewOnBlockchain') %> |
22 | | - <span class="ion-android-open fontSize10"></span> |
23 | | - </div> |
24 | | - </a> |
25 | | - </div> |
| 4 | + <div class="marginTop2"> |
| 5 | + <div class="clearfix"> |
| 6 | + <div class="pull-left"> |
| 7 | + <% print(ob.starsTmpl({ rating: ob.feedback })) %> |
| 8 | + (<%= ob.feedback %>/5) |
| 9 | + </div> |
| 10 | + <% if(ob.address){ %> |
| 11 | + <div class="pull-right"> |
| 12 | + <% if(config.testnet){ %> |
| 13 | + <a href="https://live.blockcypher.com/btc-testnet/address/<%- ob.address %>" class="noWrap"> |
| 14 | + <% }else{ %> |
| 15 | + <a href="https://live.blockcypher.com/btc/address/<%- ob.address %>" class="noWrap btn btn-txt floatRight custCol-secondary textOpacity1"> |
26 | 16 | <% } %> |
| 17 | + <%= polyglot.t('transactions.ViewOnBlockchain') %> |
| 18 | + <span class="ion-android-open fontSize10"></span> |
| 19 | + </a> |
27 | 20 | </div> |
28 | | - <p class="fontSize14 textWeightNormal clamp4 marginTop9"><%= ob.review %></p> |
| 21 | + <% } %> |
29 | 22 | </div> |
| 23 | + <p class="fontSize14 textWeightNormal clamp4 marginTop9"><%= ob.review %></p> |
| 24 | + </div> |
| 25 | + <div style="width: 45px"> |
| 26 | + <!--gutter between cells --> |
30 | 27 | </div> |
31 | | - <div class="marginLeft15 pull-right"> |
32 | | - <div class="floatLeft marginRight15" style="width: 200px"> |
33 | | - <div class="fontSize14"> |
34 | | - <div><%= polyglot.t('transactions.Quality') %> (<%= ob.quality %>/5)</div> |
35 | | - <div> |
36 | | - <% print(ob.starsTmpl({ rating: ob.quality })) %> |
37 | | - </div> |
38 | | - </div> |
39 | | - <div class="fontSize14 marginTop9"> |
40 | | - <div><%= polyglot.t('transactions.MatchedDescription') %> (<%= ob.description %>/5)</div> |
41 | | - <div> |
42 | | - <% print(ob.starsTmpl({ rating: ob.description })) %> |
43 | | - </div> |
| 28 | + <div> |
| 29 | + <div class="floatLeft marginRight15 fontSize14" style="width: 200px"> |
| 30 | + <div> |
| 31 | + <%= polyglot.t('transactions.Quality') %> (<%= ob.quality %>/5) |
| 32 | + </div> |
| 33 | + <div> |
| 34 | + <% print(ob.starsTmpl({ rating: ob.quality })) %> |
| 35 | + </div> |
| 36 | + <div class="marginTop9"> |
| 37 | + <%= polyglot.t('transactions.MatchedDescription') %> (<%= ob.description %>/5) |
| 38 | + </div> |
| 39 | + <div> |
| 40 | + <% print(ob.starsTmpl({ rating: ob.description })) %> |
44 | 41 | </div> |
45 | 42 | </div> |
46 | | - <div class="floatLeft" style="width: 200px"> |
47 | | - <div class="fontSize14"> |
48 | | - <div><%= polyglot.t('transactions.DeliverySpeed') %> (<%= ob.delivery_time %>/5)</div> |
49 | | - <div> |
50 | | - <% print(ob.starsTmpl({ rating: ob.delivery_time })) %> |
51 | | - </div> |
52 | | - </div> |
53 | | - <div class="fontSize14 marginTop9"> |
54 | | - <div><%= polyglot.t('transactions.CustomerService') %> (<%= ob.customer_service %>/5)</div> |
55 | | - <div> |
56 | | - <% print(ob.starsTmpl({ rating: ob.customer_service })) %> |
57 | | - </div> |
58 | | - </div> |
| 43 | + <div class="floatLeft fontSize14" style="width: 200px"> |
| 44 | + <div> |
| 45 | + <%= polyglot.t('transactions.DeliverySpeed') %> (<%= ob.delivery_time %>/5) |
| 46 | + </div> |
| 47 | + <div> |
| 48 | + <% print(ob.starsTmpl({ rating: ob.delivery_time })) %> |
| 49 | + </div> |
| 50 | + <div class="marginTop9"> |
| 51 | + <%= polyglot.t('transactions.CustomerService') %> (<%= ob.customer_service %>/5) |
| 52 | + </div> |
| 53 | + <div> |
| 54 | + <% print(ob.starsTmpl({ rating: ob.customer_service })) %> |
| 55 | + </div> |
59 | 56 | </div> |
60 | 57 | </div> |
61 | 58 | </div> |
|
0 commit comments