Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
website
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
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chaotikum
website
Commits
0f98386a
Commit
0f98386a
authored
4 months ago
by
Lukas Ruge
Browse files
Options
Downloads
Patches
Plain Diff
shorter warning period
parent
90cc93ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#32888
passed
4 months ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_includes/space-status-mobile.html
+1
-1
1 addition, 1 deletion
_includes/space-status-mobile.html
_includes/space-status.html
+1
-1
1 addition, 1 deletion
_includes/space-status.html
with
2 additions
and
2 deletions
_includes/space-status-mobile.html
+
1
−
1
View file @
0f98386a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
{%- assign show_m = 2 -%}
{%- assign show_m = 2 -%}
{%- for m in site.maintenance -%}
{%- for m in site.maintenance -%}
{%- capture m_start_plus %}{{m.eventdate | date: '%s' | minus:
2592
00 }}{%- endcapture -%}
{%- capture m_start_plus %}{{m.eventdate | date: '%s' | minus:
1728
00 }}{%- endcapture -%}
{%- capture m_start %}{{m.eventdate | date: '%s' }}{%- endcapture -%}
{%- capture m_start %}{{m.eventdate | date: '%s' }}{%- endcapture -%}
{%- if m_start_plus
<
nowunix
and
m_start
>
nowunix and show_m > 1 -%}
{%- if m_start_plus
<
nowunix
and
m_start
>
nowunix and show_m > 1 -%}
<div
id=
"maintenance_soon_mobile"
style=
"margin-top: 5px;"
>
<div
id=
"maintenance_soon_mobile"
style=
"margin-top: 5px;"
>
...
...
This diff is collapsed.
Click to expand it.
_includes/space-status.html
+
1
−
1
View file @
0f98386a
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</div>
</div>
{%- assign show_m = 2 -%}
{%- assign show_m = 2 -%}
{%- for m in site.maintenance -%}
{%- for m in site.maintenance -%}
{%- capture m_start_plus %}{{m.eventdate | date: '%s' | minus:
2592
00 }}{%- endcapture -%}
{%- capture m_start_plus %}{{m.eventdate | date: '%s' | minus:
1728
00 }}{%- endcapture -%}
{%- capture m_start %}{{m.eventdate | date: '%s' }}{%- endcapture -%}
{%- capture m_start %}{{m.eventdate | date: '%s' }}{%- endcapture -%}
{%- if m_start_plus
<
nowunix
and
m_start
>
nowunix and show_m > 1 -%}
{%- if m_start_plus
<
nowunix
and
m_start
>
nowunix and show_m > 1 -%}
<div
id=
"maintenance_soon"
style=
"margin-top: 5px;"
>
<div
id=
"maintenance_soon"
style=
"margin-top: 5px;"
>
...
...
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