Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
ots
hypha
Commits
5d03b647
Unverified
Commit
5d03b647
authored
6 years ago
by
Todd Dembrey
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1076 from OpenTechFund/bugfix/fixup-merge-issue-with-link
Remove the duplicated link
parents
b6407a99
72a22a0a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
opentech/static_src/src/app/src/containers/DisplayPanel/index.js
+0
-2
0 additions, 2 deletions
...h/static_src/src/app/src/containers/DisplayPanel/index.js
with
0 additions
and
2 deletions
opentech/static_src/src/app/src/containers/DisplayPanel/index.js
+
0
−
2
View file @
5d03b647
...
@@ -57,7 +57,6 @@ const DisplayPanel = props => {
...
@@ -57,7 +57,6 @@ const DisplayPanel = props => {
const
{
clearSubmission
}
=
props
;
const
{
clearSubmission
}
=
props
;
const
isMobile
=
width
<
1024
;
const
isMobile
=
width
<
1024
;
const
submissionLink
=
"
/apply/submissions/
"
+
submissionID
+
"
/
"
;
let
tabs
=
[
let
tabs
=
[
<
Tab
button
=
"
Notes
"
key
=
"
note
"
>
<
Tab
button
=
"
Notes
"
key
=
"
note
"
>
...
@@ -87,7 +86,6 @@ const DisplayPanel = props => {
...
@@ -87,7 +86,6 @@ const DisplayPanel = props => {
<
div
className
=
"
display-panel__column
"
>
<
div
className
=
"
display-panel__column
"
>
<
div
className
=
"
display-panel__header display-panel__header--spacer
"
><
/div
>
<
div
className
=
"
display-panel__header display-panel__header--spacer
"
><
/div
>
<
div
className
=
"
display-panel__body display-panel__body--center
"
>
<
div
className
=
"
display-panel__body display-panel__body--center
"
>
<
a
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
href
=
{
submissionLink
}
>
Open
in
new
tab
<
/a
>
<
CurrentSubmissionDisplay
/>
<
CurrentSubmissionDisplay
/>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment