Skip to content

Commit 1b350d9

Browse files
committed
merging
2 parents ec27553 + 83f93e9 commit 1b350d9

File tree

4 files changed

+53
-36
lines changed

4 files changed

+53
-36
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'sqlite3'
77

88
gem 'mysql2', '~> 0.5.2'
99
# Use Puma as the app server
10-
gem 'puma', '~> 3.12'
10+
gem 'puma', '~> 4.0'
1111

1212
# Use Uglifier as compressor for JavaScript assets
1313
gem 'uglifier', '>= 1.3.0'
@@ -18,7 +18,7 @@ gem 'uglifier', '>= 1.3.0'
1818
gem 'execjs'
1919
gem 'mini_racer'
2020
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
21-
gem 'jbuilder', '~> 2.5'
21+
gem 'jbuilder', '~> 2.9'
2222
# Use Redis adapter to run Action Cable in production
2323
# gem 'redis', '~> 4.0'
2424
# Use ActiveModel has_secure_password

Gemfile.lock

+25-27
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ GEM
5151
io-like (~> 0.3.0)
5252
arel (9.0.0)
5353
bindex (0.5.0)
54-
bootsnap (1.4.2)
54+
bootsnap (1.4.4)
5555
msgpack (~> 1.0)
5656
builder (3.2.3)
5757
byebug (11.0.1)
58-
capybara (3.16.1)
58+
capybara (3.26.0)
5959
addressable
6060
mini_mime (>= 0.1.3)
6161
nokogiri (~> 1.8)
6262
rack (>= 1.6.0)
6363
rack-test (>= 0.6.3)
64-
regexp_parser (~> 1.2)
64+
regexp_parser (~> 1.5)
6565
xpath (~> 3.2)
66-
childprocess (0.9.0)
67-
ffi (~> 1.0, >= 1.0.11)
66+
childprocess (1.0.1)
67+
rake (< 13.0)
6868
chromedriver-helper (2.1.1)
6969
archive-zip (~> 0.10)
7070
nokogiri (~> 1.8)
@@ -86,7 +86,7 @@ GEM
8686
erubi (1.8.0)
8787
erubis (2.7.0)
8888
execjs (2.7.0)
89-
ffi (1.9.25)
89+
ffi (1.10.0)
9090
friendly_id (5.2.5)
9191
activerecord (>= 4.0.0)
9292
globalid (0.4.2)
@@ -109,15 +109,14 @@ GEM
109109
i18n (1.6.0)
110110
concurrent-ruby (~> 1.0)
111111
io-like (0.3.0)
112-
jbuilder (2.8.0)
112+
jbuilder (2.9.1)
113113
activesupport (>= 4.2.0)
114-
multi_json (>= 1.2)
115114
jquery-rails (4.3.3)
116115
rails-dom-testing (>= 1, < 3)
117116
railties (>= 4.2.0)
118117
thor (>= 0.14, < 2.0)
119118
kramdown (1.17.0)
120-
libv8 (6.7.288.46.1)
119+
libv8 (7.3.492.27.1)
121120
listen (3.1.5)
122121
rb-fsevent (~> 0.9, >= 0.9.4)
123122
rb-inotify (~> 0.9, >= 0.9.7)
@@ -132,20 +131,20 @@ GEM
132131
method_source (0.9.2)
133132
mimemagic (0.3.3)
134133
mini_magick (4.9.2)
135-
mini_mime (1.0.1)
134+
mini_mime (1.0.2)
136135
mini_portile2 (2.4.0)
137-
mini_racer (0.2.4)
138-
libv8 (>= 6.3)
136+
mini_racer (0.2.6)
137+
libv8 (>= 6.9.411)
139138
minitest (5.11.3)
140-
msgpack (1.2.9)
141-
multi_json (1.13.1)
139+
msgpack (1.2.10)
142140
mysql2 (0.5.2)
143-
nio4r (2.3.1)
144-
nokogiri (1.10.2)
141+
nio4r (2.4.0)
142+
nokogiri (1.10.3)
145143
mini_portile2 (~> 2.4.0)
146-
public_suffix (3.0.3)
147-
puma (3.12.1)
148-
rack (2.0.6)
144+
public_suffix (3.1.1)
145+
puma (4.0.1)
146+
nio4r (~> 2.0)
147+
rack (2.0.7)
149148
rack-test (1.1.0)
150149
rack (>= 1.0, < 3)
151150
rails (5.2.3)
@@ -179,7 +178,7 @@ GEM
179178
rb-fsevent (0.10.3)
180179
rb-inotify (0.9.10)
181180
ffi (>= 0.5.0, < 2)
182-
regexp_parser (1.3.0)
181+
regexp_parser (1.5.1)
183182
ruby_dep (1.5.0)
184183
ruby_parser (3.11.0)
185184
sexp_processor (~> 4.9)
@@ -195,12 +194,11 @@ GEM
195194
sprockets (>= 2.8, < 4.0)
196195
sprockets-rails (>= 2.0, < 4.0)
197196
tilt (>= 1.1, < 3)
198-
selenium-webdriver (3.141.0)
199-
childprocess (~> 0.5)
197+
selenium-webdriver (3.142.3)
198+
childprocess (>= 0.5, < 2.0)
200199
rubyzip (~> 1.2, >= 1.2.2)
201200
sexp_processor (4.11.0)
202-
spring (2.0.2)
203-
activesupport (>= 4.2)
201+
spring (2.1.0)
204202
spring-watcher-listen (2.0.1)
205203
listen (>= 2.7, < 4.0)
206204
spring (>= 1.2, < 3.0)
@@ -211,7 +209,7 @@ GEM
211209
actionpack (>= 4.0)
212210
activesupport (>= 4.0)
213211
sprockets (>= 3.0.0)
214-
sqlite3 (1.4.0)
212+
sqlite3 (1.4.1)
215213
temple (0.8.0)
216214
thor (0.20.3)
217215
thread_safe (0.3.6)
@@ -243,11 +241,11 @@ DEPENDENCIES
243241
execjs
244242
friendly_id
245243
htmlentities
246-
jbuilder (~> 2.5)
244+
jbuilder (~> 2.9)
247245
listen (>= 3.0.5, < 3.2)
248246
mini_racer
249247
mysql2 (~> 0.5.2)
250-
puma (~> 3.12)
248+
puma (~> 4.0)
251249
rails (~> 5.2.3)
252250
selenium-webdriver
253251
spring
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<div class="cms">
2+
<h1>Journals hosted by UALibraries on OJS</h1>
3+
4+
<table>
5+
<tr>
6+
<th>Title</th>
7+
<th>URL</th>
8+
<th></th>
9+
</tr>
10+
11+
<% @hosted_journals.each do |hosted_journal| %>
12+
<tr>
13+
<td><%= link_to hosted_journal.title, hosted_journal_path(hosted_journal) %></td>
14+
<td><%= hosted_journal.url %></td>
15+
16+
</tr>
17+
<% end %>
18+
</table>
19+
</div>

app/views/profiles/index.html.haml

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@
3636
- if @unit == "augustana"
3737
%ul.unit-top
3838
%li
39-
Unit Head:<br/>
40-
<a href="/staff/nancy-goebel" data-no-turbolink="true">Nancy Goebel</a>
39+
Interim Head:<br/>
40+
<a href="/staff/katherine-koch" data-no-turbolink="true">Katherine Koch</a>
4141
%li
4242
Location:<br/>
4343
<a href="/locations/augustana" data-no-turbolink="true">Augustana Library</a>
4444
%li
4545
Phone:<br/>
46-
<a href="tel:780-679-1156">780-679-1189</a>
46+
<a href="tel:780-679-1189">780-679-1189</a>
4747
%li.last
4848
Website:
4949
<a href="https://www.library.ualberta.ca/augustana/">www.library.ualberta.ca/augustana</a></br>
5050
Email:
51-
<a href="mailto:nancy.goebel@ualberta.ca">nancy.goebel@ualberta.ca</a>
51+
<a href="mailto:katherine.koch@ualberta.ca">katherine.koch@ualberta.ca</a>
5252
- if @unit == "bib"
5353
%ul.unit-top
5454
%li
@@ -66,7 +66,7 @@
6666
%ul.unit-top
6767
%li
6868
Interim Head:<br/>
69-
<a href="/staff/denis-lacroix" data-no-turbolink="true">Denis Lacroix</a>
69+
<a href="/staff/debbie-feisst" data-no-turbolink="true">Debbie Feisst</a>
7070
%li
7171
Location:<br/>
7272
<a href="/locations/staint" data-no-turbolink="true">Campus Saint Jean</a>
@@ -75,7 +75,7 @@
7575
<a href="780-465-8710">780-465-8710</a>
7676
%li.last
7777
Email:<br/>
78-
<a href="mailto:denis.lacroix@ualberta.ca">denis.lacroix@ualberta.ca</a>
78+
<a href="mailto:debbie.feisst@ualberta.ca">debbie.feisst@ualberta.ca</a>
7979
- if @unit == "business"
8080
%ul.unit-top
8181
%li.col-md-2
@@ -118,7 +118,7 @@
118118
- if @unit == "education"
119119
%ul.unit-top
120120
%li
121-
Unit Head:<br/>
121+
Interim Head:<br/>
122122
<a href="/staff/debbie-feisst" data-no-turbolink="true">Debbie Feisst</a>
123123
%li
124124
Location:<br/>

0 commit comments

Comments
 (0)