Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
ahiqar
Website
Commits
a5aa70c9
Commit
a5aa70c9
authored
3 years ago
by
Nils Windisch
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/
#36
-ahikar-links' into 'develop'
Feature/
#36
Link Website to TIDO with syriac/arabic collection See merge request
!20
parents
6b2dfe46
1753b998
No related branches found
No related tags found
1 merge request
!20
Feature/#36 Link Website to TIDO with syriac/arabic collection
Pipeline
#204179
passed
3 years ago
Stage: build
Stage: pages
Stage: preserve-pages
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/.vuepress/components/Bar.vue
+3
-3
3 additions, 3 deletions
src/.vuepress/components/Bar.vue
src/.vuepress/components/Cta.vue
+12
-12
12 additions, 12 deletions
src/.vuepress/components/Cta.vue
with
15 additions
and
15 deletions
src/.vuepress/components/Bar.vue
+
3
−
3
View file @
a5aa70c9
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<v-list-item
<v-list-item
v-for=
"(item, index) in editions"
v-for=
"(item, index) in editions"
:key=
"index"
:key=
"index"
:
to
=
"item.to"
:
href
=
"item.to"
>
>
<v-list-item-title>
{{ item.title }}
</v-list-item-title>
<v-list-item-title>
{{ item.title }}
</v-list-item-title>
</v-list-item>
</v-list-item>
...
@@ -89,8 +89,8 @@
...
@@ -89,8 +89,8 @@
export
default
{
export
default
{
data
:
()
=>
({
data
:
()
=>
({
editions
:
[
editions
:
[
{
title
:
'
Syriac Texts
'
,
to
:
'
/
'
},
{
title
:
'
Syriac Texts
'
,
to
:
'
https://ahikar-dev.sub.uni-goettingen.de/syriac
'
},
{
title
:
'
Arabic and Kashuni Texts
'
,
to
:
'
/
'
},
{
title
:
'
Arabic and Kashuni Texts
'
,
to
:
'
https://ahikar-dev.sub.uni-goettingen.de/arabic-karshuni
'
},
],
],
metaEdition
:
[
metaEdition
:
[
{
title
:
'
Manuscripts
'
,
to
:
'
/manuscripts.html
'
},
{
title
:
'
Manuscripts
'
,
to
:
'
/manuscripts.html
'
},
...
...
This diff is collapsed.
Click to expand it.
src/.vuepress/components/Cta.vue
+
12
−
12
View file @
a5aa70c9
<
template
>
<
template
>
<v-container
class=
"pa-0 pb-8"
>
<v-container
class=
"pa-0 pb-8"
>
<v-layout
row
wrap
align-center
px-4
>
<v-layout
row
wrap
align-center
px-4
>
<v-chip
<v-chip
link
link
color=
"primary"
color=
"primary"
label
label
class=
"mr-3"
class=
"mr-3"
>
>
<router-link
<a
to=
"/syriac.html"
tabindex=
"0"
role=
"link"
class=
"white--text text-overline text-decoration-none text-uppercase"
class=
"white--text text-overline text-decoration-none text-uppercase"
href=
"https://ahikar-dev.sub.uni-goettingen.de/syriac"
role=
"link"
tabindex=
"0"
>
>
<!-- TODO: provide translation -->
<!-- TODO: provide translation -->
Syriac
Syriac
</
router-link
>
</
a
>
</v-chip>
</v-chip>
<v-chip
<v-chip
link
link
color=
"primary"
color=
"primary"
label
label
class=
"mr-3"
class=
"mr-3"
>
>
<router-link
<a
to=
"/arabic.html"
tabindex=
"0"
role=
"link"
class=
"white--text text-overline text-decoration-none text-uppercase"
class=
"white--text text-overline text-decoration-none text-uppercase"
href=
"https://ahikar-dev.sub.uni-goettingen.de/arabic-karshuni"
role=
"link"
tabindex=
"0"
>
>
<!-- TODO: provide translation -->
<!-- TODO: provide translation -->
Arabic
Arabic
</
router-link
>
</
a
>
</v-chip>
</v-chip>
</v-layout>
</v-layout>
</v-container>
</v-container>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment