Browse Source

removed welcome message

tags/1.0.0
Robin Thoni 8 years ago
parent
commit
56ff369a09
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      app/views/home.html

+ 0
- 4
app/views/home.html View File

1
 <div layout="column" layout-fill layout-align="top center">
1
 <div layout="column" layout-fill layout-align="top center">
2
 
2
 
3
-    <p ng-show="DataShareBusiness.CurrentGroups.length == 0" class="welcome-message">
4
-        Welcome to Chronos !
5
-    </p>
6
-
7
     <p ng-show="getSheetCount() > 5">
3
     <p ng-show="getSheetCount() > 5">
8
         Too many elements to display, please select a sub group.
4
         Too many elements to display, please select a sub group.
9
     </p>
5
     </p>

Loading…
Cancel
Save