Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components Shared
Commits
59fbfe24
Commit
59fbfe24
authored
May 23, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
positioning top
parent
d85f54e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
25 deletions
+26
-25
partials/SiteFooter.vue
partials/SiteFooter.vue
+26
-25
No files found.
partials/SiteFooter.vue
View file @
59fbfe24
<
template
lang=
"pug"
>
.row.gutter-sm.q-pt-lg.q-pb-md
.q-pt-xl
.row.gutter-sm.q-pt-xl.q-pb-md
// links
.col-4.col-md-2
.border-top.q-pt-sm
q-list.q-py-none
q-item.q-pa-none.q-mb-xs(v-for="l in links")
a.q-caption.cursor-pointer(@click="l.click")
{{
l
.
label
}}
// links
.col-4.col-md-2
.border-top.q-pt-sm
q-list.q-py-none
q-item.q-pa-none.q-mb-xs(v-for="l in links")
a.q-caption.cursor-pointer(@click="l.click")
{{
l
.
label
}}
.col-8.col-md-10
.row.gutter-sm
// copyright etc.
.col-12.col-md-6
.border-top.q-pt-sm
.q-caption
{{
$t
(
'
site.copyright
'
)
}}
.col-8.col-md-10
.row.gutter-sm
// copyright etc.
.col-12.col-md-6
.border-top.q-pt-sm
.q-caption
{{
$t
(
'
site.copyright
'
)
}}
.q-caption(v-if="version")
|
{{
$t
(
'
site.version
'
)
}}
:
a.cursor-pointer(@click="openURL('https://gitlab.rlp.net/motionbank/applications/systems-frontend/blob/master/CHANGELOG.md')")
| v
{{
version
}}{{
isStaging
?
`-staging`
:
''
}}
.q-caption(v-if="version")
|
{{
$t
(
'
site.version
'
)
}}
:
a.cursor-pointer(@click="openURL('https://gitlab.rlp.net/motionbank/applications/systems-frontend/blob/master/CHANGELOG.md')")
| v
{{
version
}}{{
isStaging
?
`-staging`
:
''
}}
.q-caption
|
{{
$t
(
'
site.license
'
)
}}
:
a.cursor-pointer(@click="openURL('https://gitlab.rlp.net/motionbank/systems-frontend/blob/master/LICENSE')") MIT
.q-caption
|
{{
$t
(
'
site.license
'
)
}}
:
a.cursor-pointer(@click="openURL('https://gitlab.rlp.net/motionbank/systems-frontend/blob/master/LICENSE')") MIT
// Auth0 logo
.col-12.col-md-6
.border-top.q-pt-sm(:class="{'text-right' : !isMobile}")
a(@click="openURL('https://auth0.com/?utm_source=oss&utm_medium=gp&utm_campaign=oss')")
img(src="https://cdn.auth0.com/oss/badges/a0-badge-dark.png", style="height: 50px;")
// Auth0 logo
.col-12.col-md-6
.border-top.q-pt-sm(:class="{'text-right' : !isMobile}")
a(@click="openURL('https://auth0.com/?utm_source=oss&utm_medium=gp&utm_campaign=oss')")
img(src="https://cdn.auth0.com/oss/badges/a0-badge-dark.png", style="height: 50px;")
</
template
>
...
...
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