Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eResearch
sails-hook-redbox-labarchives
Commits
b0803235
Commit
b0803235
authored
Jan 14, 2019
by
Moises Sacal
Browse files
changing link message for issue
#22
parent
625523dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
angular/labarchives/dist/main.bundle.js
View file @
b0803235
This source diff could not be displayed because it is too large. You can
view the blob
instead.
api/controllers/LabarchivesController.js
View file @
b0803235
...
...
@@ -115,10 +115,8 @@ var Controllers;
metadataContent
=
`
<div id="
${
workspace
.
oid
}
">
<h1>UTS</h1>
<h2>Workspace <strong>
${
nbName
}
</strong> is registered to:</h2>
<p>
Data Plan <a href="
${
this
.
config
.
brandingAndPortalUrl
}
/record/view/
${
rdmp
}
">
${
rdmpTitle
}
</a>
</p>
<h3>Workspace <strong>
${
nbName
}
</strong> is linked to:</h3>
<h2>Research Data Management Plan <a href="
${
this
.
config
.
brandingAndPortalUrl
}
/record/view/
${
rdmp
}
">
${
rdmpTitle
}
</a></h2>
<p>Stash Id:
${
workspace
.
oid
}
</p>
</div>
`
;
...
...
typescript/api/controllers/LabarchivesController.ts
View file @
b0803235
...
...
@@ -140,8 +140,8 @@ export module Controllers {
metadataContent
=
`
<div id="
${
workspace
.
oid
}
">
<h1>UTS</h1>
<h3>Workspace <strong>
${
nbName
}
</strong> is
register
ed to:</h3>
<h2>
Data
Plan <a href="
${
this
.
config
.
brandingAndPortalUrl
}
/record/view/
${
rdmp
}
">
${
rdmpTitle
}
</a></h2>
<h3>Workspace <strong>
${
nbName
}
</strong> is
link
ed to:</h3>
<h2>
Research Data Management
Plan <a href="
${
this
.
config
.
brandingAndPortalUrl
}
/record/view/
${
rdmp
}
">
${
rdmpTitle
}
</a></h2>
<p>Stash Id:
${
workspace
.
oid
}
</p>
</div>
`
;
...
...
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