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
!192
add help for pdf import
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add help for pdf import
help-for-pdf-import
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Manon Blanco
requested to merge
help-for-pdf-import
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6357388d
1 commit,
5 years ago
1 file
+
8
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
vue/Imports/Files/ImportFromFiles.vue
+
8
−
1
Options
@@ -53,7 +53,14 @@
</div>
<div
class=
"control"
>
<form
v-on:submit.prevent=
"start"
>
<div
class=
"is-pulled-right has-text-right"
>
<div
class=
"is-pulled-right has-text-right field is-horizontal"
>
<label
class=
"label align-center"
v-if=
"isPdf"
>
<abbr
title=
"Poppler is recommended for PDF files with more than five pages"
>
PDF import method
</abbr>
</label>
<div
class=
"field has-addons"
>
<div
class=
"control"
v-if=
"isPdf"
>
<div
class=
"select"
>
Loading