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
!37
Use text-dark as link colour and make them bolder. Closes
#58
.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use text-dark as link colour and make them bolder. Closes
#58
.
issue58
into
master
Overview
4
Commits
3
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Tom Teichler
requested to merge
issue58
into
master
5 years ago
Overview
4
Commits
3
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
139b42a0
5 years ago
master (base)
and
latest version
latest version
7933577f
3 commits,
5 years ago
version 1
139b42a0
1 commit,
5 years ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
biscuit/core/templates/core/base.html
+
1
−
1
Options
@@ -51,7 +51,7 @@
<div
class=
"row"
>
<div
class=
"col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-dark"
>
<p>
<a
href=
"https://biscuit.edugit.org/"
>
BiscuIT - The Free School Information System
</a>
© The BiscuIT Team @
<a
href=
"https://www.teckids.org"
>
Teckids e.V.
</a>
<a
class=
"font-weight-bold text-dark"
href=
"https://biscuit.edugit.org/"
>
BiscuIT - The Free School Information System
</a>
© The BiscuIT Team @
<a
class=
"font-weight-bold text-dark"
href=
"https://www.teckids.org"
>
Teckids e.V.
</a>
</p>
</div>
</div>
Loading