Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
ba614190
Commit
ba614190
authored
May 20, 2019
by
Rob Stupay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update link of docs to master & update icon to book
parent
6fbd8ba4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
swap-panel.js
src/app/components/swap-panel.js
+2
-5
No files found.
src/app/components/swap-panel.js
View file @
ba614190
...
@@ -11,9 +11,6 @@ const css = csjs`
...
@@ -11,9 +11,6 @@ const css = csjs`
text-transform: uppercase;
text-transform: uppercase;
white-space: nowrap;
white-space: nowrap;
}
}
.swapitTitle a{
cursor: help;
}
.swapitTitle i{
.swapitTitle i{
padding-left:4px;
padding-left:4px;
font-size:10px;
font-size:10px;
...
@@ -66,8 +63,8 @@ export class SwapPanel extends AbstractPanel {
...
@@ -66,8 +63,8 @@ export class SwapPanel extends AbstractPanel {
if
(
this
.
active
)
{
if
(
this
.
active
)
{
const
{
profile
}
=
this
.
store
.
getOne
(
this
.
active
)
const
{
profile
}
=
this
.
store
.
getOne
(
this
.
active
)
name
=
profile
.
displayName
?
profile
.
displayName
:
profile
.
name
name
=
profile
.
displayName
?
profile
.
displayName
:
profile
.
name
const
docsRoot
=
'https://remix.readthedocs.io/en/
docsnewlayou
t/'
const
docsRoot
=
'https://remix.readthedocs.io/en/
lates
t/'
docLink
=
profile
.
documentation
?
yo
`<a href="
${
docsRoot
}${
profile
.
documentation
}
" title="link to documentation" target="_blank"><sup><i aria-hidden="true" class="fas fa-
asteris
k"></i></sup></a>`
:
''
docLink
=
profile
.
documentation
?
yo
`<a href="
${
docsRoot
}${
profile
.
documentation
}
" title="link to documentation" target="_blank"><sup><i aria-hidden="true" class="fas fa-
boo
k"></i></sup></a>`
:
''
}
}
return
yo
`
return
yo
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment