feat(frontend): expose user/member count
This commit is contained in:
		
							parent
							
								
									94cd4cd6d3
								
							
						
					
					
						commit
						7a550dc624
					
				
					 1 changed files with 16 additions and 11 deletions
				
			
		|  | @ -39,16 +39,21 @@ | |||
| 
 | ||||
|   <footer class="container"> | ||||
|     <hr /> | ||||
|     <p> | ||||
|       pronouns.cc <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{commit}">{version}</a> | ||||
|       {#if versionMismatch} | ||||
|         (backend: <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{data.git_commit}" | ||||
|           >{data.git_commit}</a | ||||
|         >) | ||||
|       {/if} · | ||||
|       <a href="/page/about">About & contact</a> · | ||||
|       <a href="/page/terms">Terms of service</a> · | ||||
|       <a href="/page/privacy">Privacy policy</a> | ||||
|     </p> | ||||
|     <div class="d-flex flex-column flex-md-row"> | ||||
|       <p> | ||||
|         pronouns.cc <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{commit}">{version}</a> | ||||
|         {#if versionMismatch} | ||||
|           (backend: <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{data.git_commit}" | ||||
|             >{data.git_commit}</a | ||||
|           >) | ||||
|         {/if} · | ||||
|         <a href="/page/about">About & contact</a> · | ||||
|         <a href="/page/terms">Terms of service</a> · | ||||
|         <a href="/page/privacy">Privacy policy</a> | ||||
|       </p> | ||||
|       <p class="ms-auto"> | ||||
|         Users: <strong>{data.users}</strong> · Members: <strong>{data.members}</strong> | ||||
|       </p> | ||||
|     </div> | ||||
|   </footer> | ||||
| </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue