Skip to content

Commit

Permalink
243 - Update finished page (#387)
Browse files Browse the repository at this point in the history
* Update finished page

* Remove buttons and list format

* Add spacing below text
  • Loading branch information
Janell-Huyck authored Mar 12, 2024
1 parent 16867b6 commit e969f39
Showing 1 changed file with 25 additions and 14 deletions.
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>

0 comments on commit e969f39

Please sign in to comment.