Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

243 - Update finished page #387

Merged
merged 3 commits into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 25 additions & 14 deletions app/views/pages/finished.html.erb
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
<div class="container">
<div class="row pl-2 mt-4">
<h1>Thank You</h1>
</div>
<div class="row pl-2">
<p>Your submission(s) was received.</p>

<p>
We would like to include your work in a display. Please send an electronic copy of your published work to melissa.norris@uc.edu OR a print copy to:<br />
<br />
Melissa Cox Norris<br />
ML 0033<br />
Langsam Library, Room 640
<p>
</div>
<div class="row pl-2 mt-4">
<h1>Thank You</h1>
</div>
<br/>
<div class="row pl-2">
<p>Your submission(s) was received. You should receive an email confirmation at the address provided.</p>
<p>
We would like to include your work in a display. Please send an electronic copy of your published work to
<%= mail_to 'melissa.norris@uc.edu' %> OR a print copy to:
</p>
<p class="ps-5">
Melissa Cox Norris<br />
ML 0033<br />
Langsam Library, Room 640
</p>
<p>
Consider also sharing and preserving your publication in our digital repository <%= link_to 'Scholar@UC', 'https://scholar.uc.edu/', target: '_blank', rel: 'noopener noreferrer' %>.
</p>
<p>
If you have more publications to submit, <%= link_to 'return to the submitter page', root_path %>.
</p>
<br/>
<br/>
<br/>
</div>
</div>