Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PortalMEC-React
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PortalMEC
PortalMEC-React
Merge requests
!63
Fix production bugs luis
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix production bugs luis
fix_production_bugs_luis
into
Develop
Overview
0
Commits
4
Pipelines
0
Changes
6
Merged
lfr20
requested to merge
fix_production_bugs_luis
into
Develop
4 years ago
Overview
0
Commits
4
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Viewing commit
0d3b2e31
Prev
Next
Show latest version
6 files
+
168
−
113
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
0d3b2e31
fixing collection page
· 0d3b2e31
lfr20
authored
4 years ago
src/Components/CollectionAuthor.js
+
5
−
5
Options
@@ -29,17 +29,17 @@ export default function CollectionAuthor(props) {
direction
=
"
column
"
justify
=
"
center
"
alignItems
=
"
center
"
>
{
props
.
imgsrc
?
{
props
.
imgsrc
?
<
UserLink
to
=
{
`/usuario-publico/
${
props
.
author_id
}
`
}
>
<
UserAvatar
src
=
{
props
.
imgsrc
}
/
>
>
<
UserAvatar
src
=
{
props
.
imgsrc
}
/
>
<
/UserLink
>
:
<
CircularProgress
color
=
"
secondary
"
/>
<
CircularProgress
color
=
"
secondary
"
/>
}
<
InfoText
>
Coleção
organizada
por
:
<
/InfoText
>
{
props
.
name
?
{
props
.
name
?
<
UserLink
to
=
{
`/usuario-publico/
${
props
.
author_id
}
`
}
>
<
UserName
>
{
props
.
name
}
<
/UserName
>
<
/UserLink
>
Loading