Merge pull request #1075 from internetee/support-id-card-v2018

Support id card v2018
This commit is contained in:
Timo Võhmar 2019-03-20 18:02:19 +02:00 committed by GitHub
commit 743c6fecab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 267 additions and 97 deletions

View file

@ -11,7 +11,7 @@
<%= link_to '/registrant/login/mid' do %>
<%= image_tag 'mid.gif' %>
<% end %>
<%= link_to '/registrant/id', method: :post do %>
<%= link_to registrant_id_card_sign_in_path, method: :post do %>
<%= image_tag 'id_card.gif' %>
<% end %>
</div>

View file

@ -23,7 +23,7 @@
<%= image_tag 'mid.gif' %>
<% end %>
<%= link_to '/registrar/id', method: :post do %>
<%= link_to registrar_id_card_sign_in_path, method: :post do %>
<%= image_tag 'id_card.gif' %>
<% end %>
</div>