This commit is contained in:
John N. Milner
2013-04-04 22:27:54 -04:00
parent a7b8651314
commit 55fbd06305
9 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ class UserStats < Netzke::Base
<div id="user_stats_page">
<p>Total Hours Worked: #{user.total_hours}</p>
<p>Hours worked in #{Time.now.strftime('%B')}: #{user.current_month_hours}</p>
<p>Current bike ID: #{bike.id if bike}</p>
<p>Current bike Shop ID: #{bike.shop_id if bike}</p>
<p>Current bike S/N: #{bike.serial_number if bike}</p>
</div>
)