Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Card Templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kartenaale
Build
Card Templates
Merge requests
!1
ci: add automatic releases
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: add automatic releases
feat/ci
into
main
Overview
0
Commits
3
Pipelines
5
Changes
43
Merged
Philipp Pospischil
requested to merge
feat/ci
into
main
11 months ago
Overview
0
Commits
3
Pipelines
5
Changes
43
Expand
0
0
Merge request reports
Compare
main
version 4
6d8bad57
11 months ago
version 3
5aa1862b
11 months ago
version 2
d5898671
11 months ago
version 1
6ba5d201
11 months ago
main (base)
and
latest version
latest version
2cee1817
3 commits,
11 months ago
version 4
6d8bad57
3 commits,
11 months ago
version 3
5aa1862b
2 commits,
11 months ago
version 2
d5898671
1 commit,
11 months ago
version 1
6ba5d201
1 commit,
11 months ago
43 files
+
1526
−
390
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
43
Search (e.g. *.vue) (Ctrl+P)
src/templates/bijective/backward/back.html
0 → 100644
+
23
−
0
Options
<div
class=
"front-side-on-back"
>
{{FrontSide}}
</div>
<hr
id=
"answer"
>
<div
class=
"exercise back bijective-backward-back"
>
<div
class=
"bijective-answer"
>
{{A}}
</div>
<include
src=
"src/components/notice/notice.html"
></include>
</div>
<!-- Suppress speech output on AnkiDroid if globally enabled -->
<tts
style=
"display: none"
service=
"android"
voice=
"zh_CN"
></tts>
<script
type=
"module"
>
import
'
../../../components/debug
'
</script>
<script
type=
"module"
>
import
'
../../../components/back
'
</script>
\ No newline at end of file
Loading