Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
cb329475
Commit
cb329475
authored
Aug 26, 2019
by
Piotr Gawron
Browse files
version is provided in user panel
parent
eb9fcc49
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/js/gui/leftPanel/LeftPanel.js
View file @
cb329475
...
...
@@ -91,8 +91,7 @@ LeftPanel.prototype._createPanelGui = function () {
type
:
"
div
"
,
className
:
"
minerva-logo-footer
"
,
content
:
"
<a href='https://minerva.pages.uni.lu/doc/' target='_blank'>
"
+
"
<div class='minerva-pages-logo'></div> Powered by MINERVA Platform
"
+
"
</a>
"
,
"
<div class='minerva-pages-logo'></div> Powered by MINERVA Platform (v
"
+
self
.
getConfiguration
().
getVersion
()
+
"
)</a>
"
,
xss
:
false
}));
};
...
...
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