Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Språksamlingane
beta.ordbok.uib.no
Commits
15f9c6df
Commit
15f9c6df
authored
3 years ago
by
Ole Voldsæter
Browse files
Options
Downloads
Patches
Plain Diff
tooltip med release-identifikator på "Beta"-etiketten
parent
c616a43a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
src/App.vue
+3
-2
3 additions, 2 deletions
src/App.vue
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
0
View file @
15f9c6df
...
...
@@ -21,6 +21,7 @@ build-prod:
only
:
-
/^release_.*$/
script
:
-
echo "VUE_APP_RELEASE=$CI_COMMIT_REF_NAME" >> .env.production
-
npm install --progress=false
-
npm run build -- --mode production
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
src/App.vue
+
3
−
2
View file @
15f9c6df
...
...
@@ -3,7 +3,7 @@
<header>
<div
class=
"about-link"
><router-link
to=
"/om"
>
OM ORDBØKENE
</router-link></div>
<h1><a
:class=
"$vuetify.breakpoint.name"
href=
"/"
>
Ordbøkene
</a></h1>
<div
class=
"beta"
>
{{
version_label
}}
</div>
<div
class=
"beta"
:title=
"release"
>
{{
version_label
}}
</div>
<p
class=
"sub-title"
><router-link
to=
"/"
>
Bokmålsordboka og Nynorskordboka
</router-link></p>
</header>
<router-view></router-view>
...
...
@@ -22,7 +22,8 @@
export
default
{
data
:
function
()
{
return
{
version_label
:
process
.
env
.
VUE_APP_VERSION_LABEL
version_label
:
process
.
env
.
VUE_APP_VERSION_LABEL
,
release
:
process
.
env
.
VUE_APP_RELEASE
}
}
}
...
...
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