Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YKWIM
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sarra Ouelhadj
YKWIM
Merge requests
!6
heroku deploy testing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
heroku deploy testing
v0.2-DEV
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Sarra Ouelhadj
requested to merge
v0.2-DEV
into
master
2 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Created by: Sarra-Ouelhadj
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0f199301
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
YKWIM/templates/index.html
+
2
−
2
Options
@@ -32,7 +32,7 @@
<i
class=
"bi bi-question-circle-fill"
></i>
</button>
<ul
class=
"dropdown-menu"
>
<li><a
class=
"dropdown-item"
href=
"{{url_for('static',filename='doc/notice.pdf')}}"
target=
”_blank”
>
Aide Template
</a></li>
<li><a
class=
"dropdown-item"
href=
"{{url_for('static',filename='
/
doc/notice.pdf')}}"
target=
”_blank”
>
Aide Template
</a></li>
<li><a
class=
"dropdown-item"
href=
""
>
Exemples de vocabulaires partagés
</a></li>
</ul>
</div>
@@ -51,7 +51,7 @@
<div
class=
"col-8"
>
<div
class=
"row pt-3"
>
<div
class=
"col-8 offset-7"
>
<a
href=
"{{url_for('static',filename='doc/template.ods')}}"
>
<a
href=
"{{url_for('static',filename='
/
doc/template.ods')}}"
>
<img
src=
"{{url_for('static',filename='/img/spreadsheet.ico')}}"
alt=
"Lien de téléchargement du Template"
class=
"img-thumbnail img-fluid col-2"
>
</a>
</div>
Loading