diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/index.jade | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.jade b/views/index.jade index 82c12e1..941d657 100644 --- a/views/index.jade +++ b/views/index.jade @@ -30,9 +30,9 @@ block content    #week-selector      #search-space-filler      .week-wrapper -      input(type='button', value='arrow_back').material-icons +      button(type='button').material-icons         span.current Loading... -      input(type='button', value='arrow_forward').material-icons +      button(type='button').material-icons     iframe(scrolling='no')#schedule  | 
