mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Convert HAML to ERB
This commit is contained in:
parent
c1066f12c6
commit
b9d431427a
2 changed files with 18 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
.row
|
||||
.form-signin.col-md-6.center-block.text-center
|
||||
%h2.form-signin-heading.text-center= t(:log_in)
|
||||
%hr
|
||||
.row
|
||||
=t "only_estonian_residets_can_signin"
|
||||
%br
|
||||
= link_to '/registrant/login/mid' do
|
||||
= image_tag 'mid.gif'
|
||||
= link_to '/registrant/id', method: :post do
|
||||
= image_tag 'id_card.gif'
|
18
app/views/registrant/sessions/new.html.erb
Normal file
18
app/views/registrant/sessions/new.html.erb
Normal file
|
@ -0,0 +1,18 @@
|
|||
<div class="row">
|
||||
<div class="form-signin col-md-6 center-block text-center">
|
||||
<h2 class="form-signin-heading text-center">
|
||||
<%= t(:log_in) %>
|
||||
</h2>
|
||||
<hr/>
|
||||
<div class="row">
|
||||
<%= t "only_estonian_residets_can_signin" %>
|
||||
</div>
|
||||
<br/>
|
||||
<%= link_to '/registrant/login/mid' do %>
|
||||
<%= image_tag 'mid.gif' %>
|
||||
<% end %>
|
||||
<%= link_to '/registrant/id', method: :post do %>
|
||||
<%= image_tag 'id_card.gif' %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue