gq 7 gadi atpakaļ
vecāks
revīzija
c741c07e58
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      server/resources/views/admin/share.blade.php

+ 1 - 1
server/resources/views/admin/share.blade.php

xqd
@@ -52,7 +52,7 @@
 </div>
 <div style="padding: 0 10px 20px  10px">
     <div style="background-color:#E6E6E6; width: 100%;">
-        <div style="width: {{($dream->get_coin / $dream->coin)}} %; background: #FF6600; height: 5px">
+        <div style="width: {{($dream->get_coin / $dream->coin)*100}}%; background: #FF6600; height: 5px">
         </div>
     </div>
 </div>