Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
AlekSIS®
Official
AlekSIS-Core
Merge requests
!58
Resolve "Use Select2 everywhere"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Use Select2 everywhere"
102-use-select2-everywhere
into
master
Overview
10
Commits
5
Pipelines
0
Changes
6
Merged
Tom Teichler
requested to merge
102-use-select2-everywhere
into
master
5 years ago
Overview
10
Commits
5
Pipelines
0
Changes
6
Expand
Closes
#102 (closed)
TODO: Do not load any stuff from external sources.
Edited
5 years ago
by
Tom Teichler
0
0
Merge request reports
Compare
master
version 21
3ab84212
5 years ago
version 20
1ac174f3
5 years ago
version 19
1d419e94
5 years ago
version 18
30f6b8a3
5 years ago
version 17
54d00c90
5 years ago
version 16
ec71a5b0
5 years ago
version 15
6f5d3a6d
5 years ago
version 14
a3170ac7
5 years ago
version 13
d559d91f
5 years ago
version 12
31857b68
5 years ago
version 11
2a77f537
5 years ago
version 10
17cdd278
5 years ago
version 9
4b4dc410
5 years ago
version 8
23c62b0a
5 years ago
version 7
e130ceb3
5 years ago
version 6
7eb08eea
5 years ago
version 5
4c11d10e
5 years ago
version 4
60d16900
5 years ago
version 3
a41816f3
5 years ago
version 2
57970878
5 years ago
version 1
def139c1
5 years ago
master (base)
and
version 12
latest version
6929c8a9
5 commits,
5 years ago
version 21
3ab84212
4 commits,
5 years ago
version 20
1ac174f3
3 commits,
5 years ago
version 19
1d419e94
2 commits,
5 years ago
version 18
30f6b8a3
1 commit,
5 years ago
version 17
54d00c90
12 commits,
5 years ago
version 16
ec71a5b0
11 commits,
5 years ago
version 15
6f5d3a6d
11 commits,
5 years ago
version 14
a3170ac7
10 commits,
5 years ago
version 13
d559d91f
9 commits,
5 years ago
version 12
31857b68
8 commits,
5 years ago
version 11
2a77f537
7 commits,
5 years ago
version 10
17cdd278
6 commits,
5 years ago
version 9
4b4dc410
5 commits,
5 years ago
version 8
23c62b0a
4 commits,
5 years ago
version 7
e130ceb3
3 commits,
5 years ago
version 6
7eb08eea
2 commits,
5 years ago
version 5
4c11d10e
1 commit,
5 years ago
version 4
60d16900
1 commit,
5 years ago
version 3
a41816f3
1 commit,
5 years ago
version 2
57970878
1 commit,
5 years ago
version 1
def139c1
1 commit,
5 years ago
6 files
+
22
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
biscuit/core/templates/core/base.html
+
2
−
0
Options
@@ -7,6 +7,7 @@
{% block bootstrap4_extra_head %}
{% fa_css %}
{% include_css "DataTables-Bootstrap4" %}
{% include_css "Select2" %}
{% include 'core/icons.html' %}
<link
rel=
"stylesheet"
href=
"{% sass_src 'bootstrap_modified.scss' %}"
/>
<link
rel=
"stylesheet"
href=
"{% static 'css/style.css' %}"
/>
@@ -17,6 +18,7 @@
{% block bootstrap4_extra_script %}
{% include_js "DataTables" %}
{% include_js "DataTables-Bootstrap4" %}
{% include_js "Select2" %}
<script
type=
"text/javascript"
src=
"{% static 'js/main.js' %}"
/></script>
{% endblock %}
Loading