1- < div  layout ="row "
2-      layout-sm ="column "
3-      layout-align ="center center "> 
4-   < md-button  class ="md-raised md-primary "
5-              aria-label ="Work View "
6-              ui-sref ="work-view "> 
7-     < md-tooltip  md-direction ="bottom "> 
8-       Go back to work view
9-     </ md-tooltip > 
10-     < ng-md-icon  icon ="playlist_play "> </ ng-md-icon > 
11-     Wait I forgot something!
12-   </ md-button > 
13- </ div > 
141< h1  class ="md-headline "> You're done for today! Take a moment to celebrate!</ h1 > 
152
163< p > 
@@ -24,6 +11,30 @@ <h1 class="md-headline">You're done for today! Take a moment to celebrate!</h1>
2411  < ng-md-icon  icon ="timer "> </ ng-md-icon > 
2512  Total time spent today: < strong  ng-bind ="vm.totalTimeSpentToday|duration "> </ strong > </ p > 
2613
14+ 
15+ < div  layout-align ="center center "> 
16+   < md-button  class ="md-raised md-primary "
17+              aria-label ="Work View "
18+              ui-sref ="work-view "> 
19+     < md-tooltip  md-direction ="bottom "> 
20+       Go back to work view
21+     </ md-tooltip > 
22+     < ng-md-icon  icon ="playlist_play "> </ ng-md-icon > 
23+     Wait I forgot something!
24+   </ md-button > 
25+   < md-button  class ="md-raised md-primary "
26+              ng-click ="vm.showExportModal() "> 
27+     < ng-md-icon  icon ="call_made "> </ ng-md-icon > 
28+     Export Task List for Today
29+   </ md-button > 
30+ 
31+   < md-button  class ="md-raised md-primary "
32+              ng-click ="vm.showTimeSheetExportModal() "> 
33+     < ng-md-icon  icon ="call_made "> </ ng-md-icon > 
34+     Export To Time Sheet
35+   </ md-button > 
36+ </ div > 
37+ 
2738< h2  class ="md-title "> These are the tasks you worked on today</ h2 > 
2839
2940< table  class ="task-summary-table "> 
@@ -53,12 +64,6 @@ <h2 class="md-title">These are the tasks you worked on today</h2>
5364    </ td > 
5465  </ tr > 
5566</ table > 
56- < md-button  class ="md-raised md-primary "
57-            style ="margin-top: 15px; "
58-            ng-click ="vm.showExportModal() "> 
59-   < ng-md-icon  icon ="call_made "> </ ng-md-icon > 
60-   Export Task List for Today
61- </ md-button > 
6267
6368
6469< section  class ="distractions "
0 commit comments