diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 4e5772f3..857767f1 100644 --- a/www/index.html +++ b/www/index.html @@ -94,7 +94,8 @@ <script src="js/LowVersionCtrl.js"></script> <script src="js/EventServer.js"></script> <script src="js/EventServerSettingsCtrl.js"></script> - <script src="js/FirstUseCtrl.js"></script> + <script src="js/FirstUseCtrl.js"></script> + <script src="js/MontageHistoryCtrl.js"></script> @@ -154,7 +155,13 @@ <ion-item href="#/montage" menu-close> <span class=" item-icon-left"> <i class="icon ion-ios-eye"></i> - </span>Montage View + </span>Montage + </ion-item> + + <ion-item href="#/montage-history" menu-close> + <span class=" item-icon-left"> + <i class="icon ion-calendar"></i> + </span>Montage History </ion-item> <ion-item href="#/timeline" menu-close> |
