Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2296 Rev 2297
Línea 145... Línea 145...
145
    <div className={styles.profile_info}>
145
    <div className={styles.profile_info}>
146
      <div className={styles.profile_info_header}>
146
      <div className={styles.profile_info_header}>
147
        {
147
        {
148
          !!image && (
148
          !!image && (
149
            <div className={styles.profile_info_header_imgContainer}>
149
            <div className={styles.profile_info_header_imgContainer}>
150
              <img src={image} className="object-fit-contain" style={{ borderRadius: 0 }} alt="" />
150
              <img src={image} className="object-fit-contain" style={{ maxHeight: '100px' }} alt="group image" />
151
            </div>
151
            </div>
152
          )
152
          )
153
        }
153
        }
154
        <div className={image ? 'col-md-8 d-flex justify-content-start align-items-center' : 'col-md-12 ' + ' col-sm-12 col-12'}>
154
        <div className={image ? 'col-md-8 d-flex justify-content-start align-items-center' : 'col-md-12 ' + ' col-sm-12 col-12'}>
155
          <h3 className={status ? '' : "col-sm-12 d-flex justify-content-center align-items-center" + ' w-100'}>
155
          <h3 className={status ? '' : "col-sm-12 d-flex justify-content-center align-items-center" + ' w-100'}>
156
            {name}
156
            {name}
157
          </h3>
157
          </h3>
158
          {
158
          {
159
            status
-
 
160
            &&
-
 
161
            <h4 className="col-sm-12 d-flex justify-content-center align-items-center">
-
 
162
              {status}
-
 
163
            </h4>
-
 
164
          }
-
 
165
          {
-
 
166
            isTopData
159
            isTopData
167
            &&
160
            &&
168
            <>
161
            <>
169
              <div className="col-6 list-style-none">
162
              <div className="col-6 list-style-none">
170
                {
163
                {
Línea 197... Línea 190...
197
                }
190
                }
198
              </div>
191
              </div>
199
            </>
192
            </>
200
          }
193
          }
201
        </div>
194
        </div>
-
 
195
        {
-
 
196
          status
-
 
197
          &&
-
 
198
          <h4 className="col-sm-12 d-flex justify-content-center align-items-center">
-
 
199
            {status}
-
 
200
          </h4>
-
 
201
        }
202
      </div>
202
      </div>
203
      <hr />
203
      <hr />
204
      <ul>
204
      <ul>
205
        {
205
        {
206
          link_view && !isTopData && (
206
          link_view && !isTopData && (