Project

General

Profile

« Previous | Next » 

Revision 58653

[Trunk | Connect]:
1. community.component:
a. [Bug fix] Add 'uk-tab' and 'uk-active' class to load css without javascript enabled.
b. In tab 'Summary', reorder information - description goes on top.
c. Cut description in first 500 characters, if length > 600, otherwise do not cut it.
2. curators.component: Add 'view all/ less' functionality.

View differences:

curators.component.ts
29 29

  
30 30
  public curators: Curator[];
31 31

  
32
  public curatorsLimit: number = 5;
33
  public numberOfCurators: number = 5;
34

  
32 35
  public showMore = [];
33 36
  public maxCharacters = 500;
34 37

  

Also available in: Unified diff