diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-12-07 11:15:15 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-12-07 11:15:15 +0100 |
commit | f080ef3d3a486599362e225fc1eaf5a0233cfb76 (patch) | |
tree | 571eacaf7d817cf4e7bd5d1da52e0ce1aff524e4 /views | |
parent | 84bf0b24e0a6b584311218108ca953f911901c74 (diff) | |
parent | e8fafea3157047b65bd6305f2871d4a1a3d5f707 (diff) |
forgot to pull
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 |