Skip to content

Commit

Permalink
Merge pull request #751 from arXiv/bdc34/outage-banner
Browse files Browse the repository at this point in the history
Changes to the outage user banner.
  • Loading branch information
bdc34 authored Oct 1, 2024
2 parents 1191ef9 + 2e461e2 commit 431ed63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions browse/templates/user_banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
{%- macro content(request_datetime) -%}
{%- set now=request_datetime.strftime("%Y%m%d%H%M")|int -%}
{%- if now >= BANNER_START_1 and now < BANNER_END_1 -%}
<div><h3 style="text-align: center">🚨2024-09-29: <a href="https://status.arxiv.org">
arxiv.org is experience DB issues. Sunday&#8217;s papers will be available Monday morning.</a>🚨
</h3></div>
<div><h3 style="text-align: center">🚨2024-09-29: <a href="https://status.arxiv.org">arxiv.org is experiencing DB issues.</a>🚨</h3></div>
{%- endif -%}
{%- endmacro -%}

Expand Down

0 comments on commit 431ed63

Please sign in to comment.