Spaces:
Runtime error
Runtime error
Commit
·
a083a4b
1
Parent(s):
8c9f732
Update templates/index.html
Browse files- templates/index.html +6 -0
templates/index.html
CHANGED
@@ -453,6 +453,12 @@
|
|
453 |
<span class="metric-label">Attribution:</span>
|
454 |
<span class="metric-value">${result.rewards.attribution}</span>
|
455 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
456 |
<div class="metric-row">
|
457 |
<span class="metric-label">Author Monthly Reward:</span>
|
458 |
<span class="metric-value">${result.rewards.author_month_reward}</span>
|
|
|
453 |
<span class="metric-label">Attribution:</span>
|
454 |
<span class="metric-value">${result.rewards.attribution}</span>
|
455 |
</div>
|
456 |
+
// insert de test
|
457 |
+
<div class="metric-row">
|
458 |
+
<span class="metric-label">Attribution:</span>
|
459 |
+
<span class="metric-value">${result.rewards.attribution}</span>
|
460 |
+
</div>
|
461 |
+
//fin d'insert de test
|
462 |
<div class="metric-row">
|
463 |
<span class="metric-label">Author Monthly Reward:</span>
|
464 |
<span class="metric-value">${result.rewards.author_month_reward}</span>
|