Skip to content

Commit

Permalink
Merge b38732d into f71b5ff
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Sep 26, 2018
2 parents f71b5ff + b38732d commit 06ba442
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions app/views/bundle_contexts/create.html.erb
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@

<div class="container mx-auto mt-5" style="width: 50em">
<div class="card">
<div class="card-body">
<h5 class="card-title">
<i class="far fa-check-circle text-success"></i>
Success! Your job is queued.</h5>
<p class="card-text">A link to your validation report will be emailed to you when it is ready.</p>
<p class="card-text">
If your file has any errors, an email notification will be sent to you, and
you can restart the job where it left off.</p>

</div>
<div class="mx-auto mb-2">
<a href="https://argo.stanford.edu/"
class="btn btn-sul-dlss">Return to Argo</a>
<div class="card-body">
<h5 class="card-title">
<i class="far fa-check-circle text-success"></i>
Success! Your job is queued.
</h5>
<p class="card-text">A link to your validation report will be emailed to you when it is ready.</p>
<p class="card-text">
If your file has any errors, an email notification will be sent to you, and
you can restart the job where it left off.
</p>
</div>
</div>
</div>
</div>

0 comments on commit 06ba442

Please sign in to comment.