Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5107 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5107 Rev 5283
Línea 29... Línea 29...
29
        {parse(description)}
29
        {parse(description)}
30
      </div>
30
      </div>
Línea 31... Línea 31...
31
 
31
 
32
      <div className={`sidebar__options ${display && 'show'}`}>
32
      <div className={`sidebar__options ${display && 'show'}`}>
33
        <div className='sidebar__stats'>
33
        <div className='sidebar__stats'>
34
          <StatItem title={ `¿${LABELS.WHO_HAS_SEEN_MY_PROFILE}?`} number={visits} url='/profile/people-viewed-profile' />
34
          <StatItem title={`¿${LABELS.WHO_HAS_SEEN_MY_PROFILE}?`} number={visits} url='/profile/people-viewed-profile' />
35
          <StatItem title={LABELS.CONNECTIONS} number={connections} url='/connection/my-connections' />
35
          <StatItem title={LABELS.CONNECTIONS} number={connections} url='/connection/my-connections' />
36
        </div>
36
        </div>
37
        <HelpersContainer />
37
        <HelpersContainer />
38
        <SocialNetworks className='sidebar-apps__widget' />
38
        <SocialNetworks className='sidebar-apps__widget' />
Línea 39... Línea 39...
39
      </div>
39
      </div>
40
 
-
 
41
      <footer className='sideabar__footer'>
40
 
42
        <button
-
 
43
          onClick={() => setDisplay(!display)}
-
 
44
          type='button'
41
      <footer className='sideabar__footer'>
45
        >
42
        <button onClick={() => setDisplay(!display)}>
46
          <span>
43
          <span>
47
            {display ? LABELS.VIEW_LESS : LABELS.VIEW_MORE}
44
            {display ? LABELS.VIEW_LESS : LABELS.VIEW_MORE}
48
          </span>
45
          </span>