projects
/
osm
/
UI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9e3739
)
Remove expiry text in frontend
17/1817/1
author
root
<root@SO-ub.lxd>
Fri, 12 May 2017 14:43:01 +0000
(14:43 +0000)
committer
root
<root@SO-ub.lxd>
Fri, 12 May 2017 14:43:01 +0000
(14:43 +0000)
Signed-off-by: root <root@SO-ub.lxd>
skyquake/plugins/composer/src/src/components/CatalogPackageManager.js
patch
|
blob
|
history
diff --git
a/skyquake/plugins/composer/src/src/components/CatalogPackageManager.js
b/skyquake/plugins/composer/src/src/components/CatalogPackageManager.js
index
0811093
..
f577f8b
100644
(file)
--- a/
skyquake/plugins/composer/src/src/components/CatalogPackageManager.js
+++ b/
skyquake/plugins/composer/src/src/components/CatalogPackageManager.js
@@
-70,7
+70,7
@@
const CatalogPackageManager = React.createClass({
return (
<div className="file-download">
<a className="file-download-link" href={download.url}>Download Package</a>
-
<span>expires </span> {duration.humanize(true)
}
+
{/*<span>expires </span> {duration.humanize(true)}*/
}
</div>
);