dynamic academic year on about page
This commit is contained in:
parent
286b4c0d58
commit
5bfbd53f21
2 changed files with 23 additions and 19 deletions
40
Gemfile.lock
40
Gemfile.lock
|
@ -3,17 +3,17 @@ GEM
|
|||
specs:
|
||||
adsf (1.2.1)
|
||||
rack (>= 1.0.0)
|
||||
autoprefixer-rails (6.7.7.1)
|
||||
autoprefixer-rails (7.1.3)
|
||||
execjs
|
||||
builder (3.2.3)
|
||||
coderay (1.1.1)
|
||||
coderay (1.1.2)
|
||||
coffee-script (2.4.1)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
colored (1.2)
|
||||
concurrent-ruby (1.0.5)
|
||||
cri (2.8.0)
|
||||
cri (2.9.1)
|
||||
colored (~> 1.2)
|
||||
css_press (0.3.2)
|
||||
csspool-st (= 3.1.2)
|
||||
|
@ -46,28 +46,28 @@ GEM
|
|||
multi_js (>= 0.1.0)
|
||||
htmlentities (4.3.4)
|
||||
icalendar (2.4.1)
|
||||
json (2.0.3)
|
||||
kramdown (1.13.2)
|
||||
json (2.1.0)
|
||||
kramdown (1.14.0)
|
||||
libv8 (3.16.14.19)
|
||||
listen (3.1.5)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
ruby_dep (~> 1.2)
|
||||
lumberjack (1.0.11)
|
||||
lumberjack (1.0.12)
|
||||
method_source (0.8.2)
|
||||
mini_portile2 (2.1.0)
|
||||
mini_portile2 (2.2.0)
|
||||
multi_css (0.1.0)
|
||||
css_press
|
||||
multi_js (0.1.0)
|
||||
uglifier (~> 2)
|
||||
nanoc (4.7.7)
|
||||
nanoc (4.8.4)
|
||||
cri (~> 2.8)
|
||||
ddplugin (~> 1.0)
|
||||
hamster (~> 3.0)
|
||||
ref (~> 2.0)
|
||||
nenv (0.3.0)
|
||||
nokogiri (1.7.1)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
nokogiri (1.8.0)
|
||||
mini_portile2 (~> 2.2.0)
|
||||
notiffany (0.1.1)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
|
@ -75,25 +75,29 @@ GEM
|
|||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
rack (2.0.1)
|
||||
rb-fsevent (0.9.8)
|
||||
rb-inotify (0.9.8)
|
||||
ffi (>= 0.5.0)
|
||||
rack (2.0.3)
|
||||
rb-fsevent (0.10.2)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
ref (2.0.0)
|
||||
ruby_dep (1.5.0)
|
||||
sass (3.4.23)
|
||||
sass (3.5.1)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
shellany (0.0.1)
|
||||
slop (3.6.0)
|
||||
terminal-notifier (1.7.1)
|
||||
terminal-notifier (1.8.0)
|
||||
terminal-notifier-guard (1.7.0)
|
||||
therubyracer (0.12.3)
|
||||
libv8 (~> 3.16.14.15)
|
||||
ref
|
||||
thor (0.19.4)
|
||||
thor (0.20.0)
|
||||
uglifier (2.7.2)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
w3c_validators (1.3.2)
|
||||
w3c_validators (1.3.3)
|
||||
json (>= 1.8)
|
||||
nokogiri (~> 1.6)
|
||||
words_counted (1.0.2)
|
||||
|
|
|
@ -24,7 +24,7 @@ narrow_page: true
|
|||
|
||||
<p>
|
||||
Het bestuur zorgt ervoor dat alle wieltjes blijven draaien en organiseert regelmatig activiteiten voor de leden.
|
||||
Het bestuur voor het academiejaar 2016-2017 van Zeus WPI is:
|
||||
Het bestuur voor het academiejaar <%= pretty_year @config[:academic_year] %> van Zeus WPI is:
|
||||
</p>
|
||||
|
||||
<table class="table">
|
||||
|
|
Loading…
Reference in a new issue