Skip to content

Commit

Permalink
Remove Goldy from 404 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj authored Oct 13, 2022
1 parent dfd0b59 commit 8fa6f33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/_error-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

.error-page__heading {
font-size: 6rem;
margin-top: 4rem;
margin-bottom: 1rem;
}

Expand Down
3 changes: 1 addition & 2 deletions app/views/errors/not_found.html.erb
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<main class="error-page">
<%= image_tag "goldy-in-a-hole.png", class: "error-page__image", alt: "Goldy Golpher is in a hole. Don't worry. He's okay." %>
<h1 class="error-page__heading">404</h1>
<h2 class="error-page__subheading">Not Found</h2>

<div class="error-page__message">
<p>
Despite our digging, we can’t seem to find what you’re looking for. This could be caused by a bad link or a mistyped URL. You could try the <a href="https://usearch.umn.edu/">University of Minnesota Search</a>.
We can’t seem to find what you’re looking for. This could be caused by a bad link or a mistyped URL. You could try the <a href="https://usearch.umn.edu/">University of Minnesota Search</a>.
</p>
</div>
</main>
1 change: 1 addition & 0 deletions spec/features/admin/transfer_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
first('#transfer_request_to_group').set @to_user.uid
find('#new_transfer_request input[type="submit"]').click
click_button 'Confirm'
sleep 0.1
end

it 'has transfered' do
Expand Down

0 comments on commit 8fa6f33

Please sign in to comment.