mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Add button and description to login page
This commit is contained in:
parent
42488b4ee8
commit
40af20ef47
2 changed files with 9 additions and 11 deletions
|
@ -19,16 +19,10 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<%#= link_to '/registrar/login/mid', id: 'login-with-mobile-id-btn' do %>
|
<div id="tara-sign-in" class="login-block ui segment">
|
||||||
<%#= image_tag 'mid.gif' %>
|
<h3><%= t('.sign_in_with_identity_document') %></h3>
|
||||||
<%# end %>
|
<p><%= t('.identity_document_text')%></p>
|
||||||
|
<%= link_to t(:sign_in), "/auth/tara", method: :post, class: 'btn btn-lg btn-primary btn-block' %>
|
||||||
<%#= link_to registrar_id_card_sign_in_path, method: :post do %>
|
</div>
|
||||||
<%#= image_tag 'id_card.gif' %>
|
|
||||||
<%# end %>
|
|
||||||
|
|
||||||
<%= link_to "/auth/tara", method: :post, class: "ui button big primary" do %>
|
|
||||||
<%= image_tag 'id_card.gif' %>
|
|
||||||
<% end %>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,6 +4,10 @@ en:
|
||||||
new:
|
new:
|
||||||
header_html: Eesti Interneti SA<br>Registrar Portal
|
header_html: Eesti Interneti SA<br>Registrar Portal
|
||||||
submit_btn: Login
|
submit_btn: Login
|
||||||
|
sign_in_with_identity_document: "Sign in with identity document"
|
||||||
|
identity_document_text: |
|
||||||
|
Sign in using Estonian (incl. e-residents) ID card, mobile ID,
|
||||||
|
Bank link or other EU citizen's electronic ID supported by EIDAS.
|
||||||
login_mid:
|
login_mid:
|
||||||
header: Log in with mobile-id
|
header: Log in with mobile-id
|
||||||
submit_btn: Login
|
submit_btn: Login
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue