Improve punch-card on activity report
* Turn punch-card upside down to make Mon the first and Sun the last * Cleanup the grid and axes names Change-Id: I5a666b5fefb0baa312fed35685410113dac6b4a0
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
			
		||||
 | 
			
		||||
{{ contribution_summary.show_contribution_summary(company=company_name) }}
 | 
			
		||||
 | 
			
		||||
<div id="punch_card" style="width: 100%; height: 350px;"></div>
 | 
			
		||||
<div id="punch_card"></div>
 | 
			
		||||
 | 
			
		||||
{{ activity_log.show_activity_log(company=company_name, gravatar_size=64) }}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -21,7 +21,7 @@
 | 
			
		||||
{{ user_profile.show_user_profile(user_id=user.user_id) }}
 | 
			
		||||
{{ contribution_summary.show_contribution_summary(user_id=user.user_id) }}
 | 
			
		||||
 | 
			
		||||
<div id="punch_card" style="width: 100%; height: 350px;"></div>
 | 
			
		||||
<div id="punch_card"></div>
 | 
			
		||||
 | 
			
		||||
{{ activity_log.show_activity_log(user_id=user.user_id, show_user_gravatar=false, gravatar_size=64) }}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user