File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
templates/bootstrap/admin/user Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
<th class =" h6" style =" padding-right :10px " >Est. Donation</th >
96
96
<th class =" h6" style =" padding-right :10px " >Est. Payout</th >
97
97
{ else }
98
- <th class =" h6" colspan = " 2 " style =" padding-right :10px " >Est. 24 Hours</th >
98
+ <th class =" h6" style =" padding-right :10px " >Est. 24 Hours</th >
99
99
{ /if }
100
100
<th class =" h6" style =" padding-right :10px " >Balance</th >
101
101
<th class =" h6" style =" padding-right :10px " >Reg. Date</th >
118
118
<td >{ $USERS [user].estimates.donation|number_format:" 8" } </td >
119
119
<td >{ $USERS [user].estimates.payout|number_format:" 8" } </td >
120
120
{ else }
121
- <td colspan = " 2 " >{ $USERS [user].estimates.hours24|number_format:" 8" } </td >
121
+ <td >{ $USERS [user].estimates.hours24|number_format:" 8" } </td >
122
122
{ /if }
123
123
<td >{ $USERS [user].balance|number_format:" 8" } </td >
124
124
<td >{ $USERS [user].signup_timestamp|date_format :$GLOBAL .config.date} </td >
147
147
</div >
148
148
</div >
149
149
</div >
150
- </div >
150
+ </div >
You can’t perform that action at this time.
0 commit comments