mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
center-alignment of School quality measures and performance assesments in home/index
This commit is contained in:
commit
a4f8cf1177
2 changed files with 11 additions and 1 deletions
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -77,6 +77,8 @@ GEM
|
|||
railties (>= 6.0.0)
|
||||
date (3.3.3)
|
||||
debug (1.7.1)
|
||||
irb (>= 1.5.0)
|
||||
reline (>= 0.3.1)
|
||||
diff-lcs (1.5.0)
|
||||
em-websocket (0.5.3)
|
||||
eventmachine (>= 0.12.9)
|
||||
|
|
@ -110,6 +112,9 @@ GEM
|
|||
http_parser.rb (0.8.0)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
io-console (0.6.0)
|
||||
irb (1.6.4)
|
||||
reline (>= 0.3.0)
|
||||
jbuilder (2.11.5)
|
||||
actionview (>= 5.0.0)
|
||||
activesupport (>= 5.0.0)
|
||||
|
|
@ -148,6 +153,8 @@ GEM
|
|||
net-smtp (0.3.3)
|
||||
net-protocol
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.14.2-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.14.2-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
notiffany (0.1.3)
|
||||
|
|
@ -196,6 +203,8 @@ GEM
|
|||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
reline (0.3.3)
|
||||
io-console (~> 0.5)
|
||||
rspec-core (3.12.1)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-expectations (3.12.2)
|
||||
|
|
@ -249,6 +258,7 @@ GEM
|
|||
zeitwerk (2.6.7)
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-21
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
|
||||
</p>
|
||||
<p>
|
||||
<a class="text-decoration-none" href="<%= team_index_path(anchor: "peter") %>">
|
||||
<a class="text-decoration-none" href="<%= contacts_path %>">
|
||||
Speak with a Member of the SQM Team
|
||||
<i class="bi bi-arrow-right"></i>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue