Remove some commented code
This commit is contained in:
parent
c5300232a5
commit
3d11a35da8
3 changed files with 0 additions and 63 deletions
|
@ -5,10 +5,3 @@
|
|||
|
||||
.row.etape.etape-2
|
||||
= render partial: '/dossiers/etapes/etape2'
|
||||
|
||||
-# - if @facade.procedure.module_api_carto.use_api_carto?
|
||||
-# .row.etape.etape_3
|
||||
-# = render partial: '/dossiers/etapes/etape3'
|
||||
-#
|
||||
-# .row.etape.etape_4
|
||||
-# = render partial: '/dossiers/etapes/etape4'
|
||||
|
|
|
@ -1,31 +1,3 @@
|
|||
-# <h2>Sign up</h2>
|
||||
-#
|
||||
-# <%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
|
||||
-# <%= devise_error_messages! %>
|
||||
-#
|
||||
-# <div class="field">
|
||||
-# <%= f.label :email %><br />
|
||||
-# <%= f.email_field :email, autofocus: true %>
|
||||
-# </div>
|
||||
-#
|
||||
-# <div class="field">
|
||||
-# <%= f.label :password %>
|
||||
-# <% if @validatable %>
|
||||
-# <em>(<%= @minimum_password_length %> characters minimum)</em>
|
||||
-# <% end %><br />
|
||||
-# <%= f.password_field :password, autocomplete: "off" %>
|
||||
-# </div>
|
||||
-#
|
||||
-# <div class="field">
|
||||
-# <%= f.label :password_confirmation %><br />
|
||||
-# <%= f.password_field :password_confirmation, autocomplete: "off" %>
|
||||
-# </div>
|
||||
-#
|
||||
-# <div class="actions">
|
||||
-# <%= f.submit "Sign up" %>
|
||||
-# </div>
|
||||
-# <% end %>
|
||||
|
||||
= devise_error_messages!
|
||||
|
||||
#form-login
|
||||
|
|
|
@ -1,31 +1,3 @@
|
|||
-# <h2>Sign up</h2>
|
||||
-#
|
||||
-# <%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
|
||||
-# <%= devise_error_messages! %>
|
||||
-#
|
||||
-# <div class="field">
|
||||
-# <%= f.label :email %><br />
|
||||
-# <%= f.email_field :email, autofocus: true %>
|
||||
-# </div>
|
||||
-#
|
||||
-# <div class="field">
|
||||
-# <%= f.label :password %>
|
||||
-# <% if @validatable %>
|
||||
-# <em>(<%= @minimum_password_length %> characters minimum)</em>
|
||||
-# <% end %><br />
|
||||
-# <%= f.password_field :password, autocomplete: "off" %>
|
||||
-# </div>
|
||||
-#
|
||||
-# <div class="field">
|
||||
-# <%= f.label :password_confirmation %><br />
|
||||
-# <%= f.password_field :password_confirmation, autocomplete: "off" %>
|
||||
-# </div>
|
||||
-#
|
||||
-# <div class="actions">
|
||||
-# <%= f.submit "Sign up" %>
|
||||
-# </div>
|
||||
-# <% end %>
|
||||
|
||||
= devise_error_messages!
|
||||
|
||||
%br
|
||||
|
|
Loading…
Reference in a new issue