gq 7 éve
szülő
commit
c741c07e58
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>