Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
frontend
apps
Login
Commits
7104d9b0
Commit
7104d9b0
authored
Jan 13, 2022
by
Theresia Rupprecht
Committed by
Petar Hristov
Jan 13, 2022
Browse files
Update: Deleted footer (coscine/issues#912)
parent
00338fc9
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/LoginApp.vue
View file @
7104d9b0
...
...
@@ -100,13 +100,7 @@
</div>
</div>
<div
class=
"col-xl-2"
></div>
</div>
<coscine-page-footer
:contact=
"$t('contact')"
:disclaimer=
"$t('disclaimer')"
:help=
"$t('help')"
:imprint=
"$t('imprint')"
/>
</div>
</div>
</
template
>
...
...
@@ -116,11 +110,7 @@ import VueMarkdown from "vue-markdown";
import
LoginMain
from
"
./components/LoginMain.vue
"
;
import
LogoutMain
from
"
./components/LogoutMain.vue
"
;
import
TOS
from
"
./components/TOS.vue
"
;
import
{
CoscinePageHeader
,
CoscinePageFooter
,
CoscineNotificationBanner
,
}
from
"
@coscine/component-library
"
;
import
{
CoscinePageHeader
,
CoscineNotificationBanner
}
from
"
@coscine/component-library
"
;
import
"
@coscine/component-library/dist/index.css
"
;
import
coscineImageBluePath
from
"
./assets/rwth_coscine_rgb.svg
"
;
import
coscineImagePath
from
"
./assets/rwth_coscine_weiss_rgb.svg
"
;
...
...
@@ -153,7 +143,6 @@ export default Vue.extend({
TOS
,
VueMarkdown
,
CoscinePageHeader
,
CoscinePageFooter
,
CoscineNotificationBanner
,
},
computed
:
{
...
...
@@ -186,6 +175,7 @@ export default Vue.extend({
news
:
""
,
storedUrl
:
{}
as
any
,
displayMaintenceNotice
:
false
,
dropdown
:
false
,
};
},
watch
:
{
...
...
yarn.lock-workspace
View file @
7104d9b0
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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