Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6392 Rev 6399
Línea 261... Línea 261...
261
          </div>
261
          </div>
262
        )}
262
        )}
Línea 263... Línea 263...
263
 
263
 
264
        {!isShare && (
264
        {!isShare && (
-
 
265
          <div className="feed__buttons">
265
          <div className="feed__buttons">
266
            {feed_save_reaction_recommended_url && (
-
 
267
              <WithReactionIcon withTitle />
-
 
268
            )}
266
            <WithReactionIcon withTitle />
269
            {comment_add_url && (
267
            <InputOption
270
              <InputOption
268
              Icon={ChatOutlinedIcon}
271
                Icon={ChatOutlinedIcon}
269
              title={labels.COMMENT}
272
                title={labels.COMMENT}
270
              color="gray"
273
                color="gray"
271
              onClick={displayCommentSection}
274
                onClick={displayCommentSection}
272
              withTitle
275
                withTitle
-
 
276
              />
-
 
277
            )}
273
            />
278
            {feed_share_url && (
274
            <InputOption
279
              <InputOption
275
              Icon={ShareOutlinedIcon}
280
                Icon={ShareOutlinedIcon}
276
              title={labels.SHARE}
281
                title={labels.SHARE}
277
              color="gray"
282
                color="gray"
278
              onClick={handleShare}
283
                onClick={handleShare}
279
              withTitle
284
                withTitle
-
 
285
              />
280
            />
286
            )}
281
            <ExternalShareButton />
287
            {feed_share_external_url && <ExternalShareButton />}
282
          </div>
288
          </div>
Línea 283... Línea 289...
283
        )}
289
        )}
284
 
290