Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Value stream analytics
Contributor 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
Arkindex
Frontend
Merge requests
!357
block the change of corpus
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
block the change of corpus
block-the-change-of-corpus
into
master
Overview
1
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Manon Blanco
requested to merge
block-the-change-of-corpus
into
master
5 years ago
Overview
1
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
593de8d2
2 commits,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
vue/Imports/CorpusWorkflow.vue
+
1
−
1
Options
@@ -6,7 +6,7 @@
<div
class=
"columns"
>
<div
class=
"column is-half"
>
<h2
class=
"subtitle"
>
Corpus elements
</h2>
<p
class=
"control"
>
<p
class=
"control"
v-if=
"!filters.element"
>
<span
class=
"select is-fullwidth"
>
<select
v-model=
"filters.corpus"
v-on:change=
"updateCorpus"
>
<option
value=
""
disabled
selected
>
Select a corpus
</option>
Loading