prettier milestone, redeem queue tab
This commit is contained in:
		
							parent
							
								
									e8b9ca3cda
								
							
						
					
					
						commit
						9019f98031
					
				| @ -64,13 +64,15 @@ | ||||
|             <table> | ||||
|                 <thead> | ||||
|                     <tr> | ||||
|                         <th>Active milestones</th> | ||||
|                         <th colspan="2">Active milestones</th> | ||||
|                         <th>Progress</th> | ||||
|                     </tr> | ||||
|                 </thead> | ||||
|                 {% for milestone in milestones %} | ||||
|                 <tbody> | ||||
|                     <td> {{ milestone[0] }} </td> | ||||
|                     <td> <progress id="file" max={{ milestone[2] }} value={{ milestone[1] }}></progress></td> | ||||
|                     <td> {{ milestone[1] }} / {{ milestone[2] }}</td> | ||||
|                 </tbody> | ||||
|                 {% endfor %} | ||||
|             </table> | ||||
| @ -83,6 +85,7 @@ | ||||
| 
 | ||||
|         <body> | ||||
|             <h3>Redeems Queue</h3> | ||||
|             <p>Past redeemed redeems with timestamps and notes.</p> | ||||
|             {% if queue %} | ||||
|             <table> | ||||
|                 <thead> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user