Velocipede's User, Sales, and Bike Inventory Web App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
283 B

%a{ class: "btn btn-default btn-lg", href: root_path}
%span{ class:"icon-home"}
%h2 Your Timesheet
%p Total Hours Worked: #{@hours_worked}
%p Total Credits Available: #{@credits_available}
%a{class: "btn btn-lg btn-block btn-primary", href: new_time_entry_path } Add Time Entry