Project

General

Profile

« Previous | Next » 

Revision 53553

Linking:
1. When linking is from connect, add community in the basket if there is not
2. My links add separate section with the recent claims (24h)
3. In recent claims add tooltip with information about the link visiblility in the index
4. Add section on the right with the link to create more and a link to claims information article
5. Add link to claims information article to the properties

View differences:

user.component.html
33 33
 <div *ngIf="errorCode == '1'" class="uk-alert uk-alert-warning">
34 34
  The requested page requires authentication.
35 35
  <span  *ngIf="!loggedIn">
36
      <a  class="loginLink"  (click)="logIn()"  >Please Sign in</a>
36
      <a  class=""  (click)="logIn()"  >Please Sign in</a>
37 37
   </span>
38 38
</div>
39 39
<div *ngIf="errorCode == '2'" class="uk-alert uk-alert-warning">

Also available in: Unified diff