Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Christmas disruption notice #199

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (grunt) {
// Metadata.
meta: {
version: {
eva: '4.4.10'
eva: '4.4.11'
},
submissionTemplate: {
version: 'V1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eva-web",
"version": "4.4.10",
"version": "4.4.11",
"homepage": "https://github.com/EBIvariation/eva-web",
"authors": [
"EVA development team <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commons",
"version": "4.4.10",
"version": "4.4.11",
"description": "javascript commons",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ <h1><img src="img/eva_logo.png" style="margin-left:-10px;"/><a href="?Home" titl
<div id="content" role="main" class="row">
<section>
<div id="main-content-area" class="columns">
<div class="callout alert">
<p>Due to staff annual leave, an increase in the response time for helpdesk tickets is expected between
the 22nd December to 2nd January. Please refrain from creating duplicate tickets during this time;
we will action them as soon as possible.</p>
<p>We apologise for any inconvenience caused during this time, and thank you for your patience and
understanding.</p>
</div>
<div id="home-page" class="hide-div">
<nav aria-label="You are here:" role="navigation">
<ul class="breadcrumbs">
Expand Down
Loading