Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Datahub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
ICAT
Datahub
Merge requests
!618
Resolve "Help and feedback menu"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Help and feedback menu"
574-help_feedback
into
master
Overview
0
Commits
4
Pipelines
1
Changes
7
Merged
Marjolaine Bodin
requested to merge
574-help_feedback
into
master
2 years ago
Overview
0
Commits
4
Pipelines
1
Changes
7
Expand
Closes
#574 (closed)
the carousel is available when the user is log in, by clicking on the
Data Portal
menu (but the default home page is still
My Data
)
add a feedback menu, like in H5Web, configuration is config file
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
764b3a68
4 commits,
2 years ago
7 files
+
68
−
73
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
src/components/Login/LoginInformation.js
+
6
−
3
Options
@@ -2,8 +2,13 @@ import { faEnvelope } from '@fortawesome/free-solid-svg-icons';
import
{
FontAwesomeIcon
}
from
'
@fortawesome/react-fontawesome
'
;
import
React
from
'
react
'
;
import
{
Alert
,
Stack
}
from
'
react-bootstrap
'
;
import
UI
from
'
../../config/ui
'
;
function
LoginInformation
()
{
const
getFeedbackURL
=
()
=>
{
return
`mailto:
${
UI
.
feedback
.
email
}
`
;
};
return
(
<
Stack
gap
=
{
3
}
>
<
div
>
@@ -20,9 +25,7 @@ function LoginInformation() {
<div>
<h5>
<FontAwesomeIcon icon={faEnvelope} style={{ marginRight: 10 }} />
<a href="mailto:dataportal-feedback@esrf.fr">
I need further assistance
</a>
<a href={getFeedbackURL()}>I need further assistance</a>
</h5>
</div>
<Alert variant="secondary">
Loading