Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thomasDOTwtf
hub
Commits
f213234b
Commit
f213234b
authored
Aug 16, 2023
by
Roang
Browse files
Options
Downloads
Plain Diff
Merge branch 'weeman/cache-bust-css' into 'develop'
Cache Busting „Version“ aktualisierem See merge request
hub/hub!676
parents
6758b591
aa134c1d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plainui/jinja2/plainui/base.html
+1
-1
1 addition, 1 deletion
src/plainui/jinja2/plainui/base.html
with
1 addition
and
1 deletion
src/plainui/jinja2/plainui/base.html
+
1
−
1
View file @
f213234b
...
...
@@ -5,7 +5,7 @@
<html
lang=
"{{ get_language() }}"
class=
"no-js"
>
<head>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"{{ static('plainui/%s.css' % (css_scope(),)) }}?v=20
211223134
0"
>
<link
rel=
"stylesheet"
href=
"{{ static('plainui/%s.css' % (css_scope(),)) }}?v=20
320816_100
0"
>
<link
rel=
"icon"
href=
"{{ static('plainui/img/favicon.ico') }}"
type=
"image/x-icon"
>
<title>
{% block title %}{% endblock %}
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment