diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e89260ba92adabe1cb90bb33d4dd86fec5af834..10d37664c6fd300019c224909b52a404bd75f6a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ -image: docker:20.10.9 +image: docker:latest variables: DOCKER_TLS_CERTDIR: "/certs" services: - - docker:20.10.9-dind + - docker:dind before_script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY diff --git a/VERSION b/VERSION index f90b1afc082fd7893e2baff542cf85cfb803c551..0bee604df761bde7de6502876b5cb0504dfa8701 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.2 +2.3.3 diff --git a/templates/live.html.ep b/templates/live.html.ep index 227814696c9c685744e599f6465cf27264b24880..4b0938ec917fab6108c42a5cacb39bee77126524 100644 --- a/templates/live.html.ep +++ b/templates/live.html.ep @@ -20,7 +20,7 @@ $('#Streams').bootstrapTable({ onClickCell: function (field, value, row, $element) { window.location.href = '/play/' + row.key; }, - formatNoMatches: function() { return '<p class="text-4xl">AktuálnÄ› neprobĂhá žádnĂ© ĹľivĂ© vysĂlánĂ</p>' }, + formatNoMatches: function() { return '<p class="text-4xl">AktuálnÄ› neprobĂhá žádnĂ© veĹ™ejnĂ© ĹľivĂ© vysĂlánĂ. Pro zobrazenĂ neveĹ™ejnĂ˝ch vysĂlánĂ se prosĂm <a href="<%= $c->oauth2->authorize %>">pĹ™ihlaste</a></p>' }, }); function rowStyle(row, index) {