Skip to content

Commit

Permalink
Merge pull request #56 from ORCID/fixCollectionEmailHTML
Browse files Browse the repository at this point in the history
html was referncing parts of the model that don't exist
  • Loading branch information
rcpeters authored May 1, 2017
2 parents 14657d9 + b898bd3 commit 0a73476
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/app/collection-email/collection-email.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@ <h2>Create your iD collection</h2>
</form>
<p (click)="showEmailErrorMessage = !showEmailErrorMessage" *ngIf="showEmailErrorMessage && formEmailSubmitted" class="text-danger mt-2"><strong>Oops, something went wrong.</strong> Check the address and try again.</p>
<p class="mt-3"><small><strong>Don't have an ORCID iD?</strong> Register for an iD and create your collection at the same time. Click 'Sign into ORCID' above, then 'Register now' on the next screen.</small></p>
<div
*ngIf="emailSubmitSuccess"
class="row justify-content-center"
>
<div class="card-block">
<p>Thanks! To finish creating your collection, sign into ORCID.</p>

<a href="{{orcid_oauth_url}}"><button
class="btn btn-primary"
role="button"
>
Sign into ORCID
</button></a>
<p class="mt-2"><small><strong>Don't have an ORCID iD?</strong> Register for an iD and create your collection at the same time. Click 'Sign into ORCID' above, then 'Register now' on the next screen.</small></p>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 0a73476

Please sign in to comment.