Skip to content

Commit

Permalink
Merge pull request #4844 from dodona-edu/chore/kul-announcement
Browse files Browse the repository at this point in the history
Add alert for KULeuven
  • Loading branch information
jorg-vr committed Jul 24, 2023
2 parents 12ad6fe + dff46ae commit 1290a1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/views/auth/sign_in.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<%= content_for :javascripts do %>
<%= javascript_include_tag 'sign_in' %>
<% end %>

<div class="announcement alert alert-warning" role="alert" >
<div class="flex-placement-container">
<div>
<%= I18n.locale == :en ? "Signing in with Associatie KU Leuven is currently unavailable. We are trying to resolve this issue as soon as possible" :
"Inloggen via de associatie KU Leuven is momenteel niet mogelijk. We proberen dit probleem zo snel mogelijk op te lossen." %>
</div>
</div>
</div>

<div class="row">
<div class="sign-in-dialog-wrapper">
<div class="sign-in-divider row">
Expand Down

0 comments on commit 1290a1c

Please sign in to comment.