Separate HAML comments from the leading # by a space
This commit is contained in:
parent
a8d2a003c1
commit
69ba92009b
8 changed files with 82 additions and 82 deletions
|
@ -1,30 +1,30 @@
|
|||
-#<h2>Sign up</h2>
|
||||
-# <h2>Sign up</h2>
|
||||
-#
|
||||
-#<%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
|
||||
-# <%= devise_error_messages! %>
|
||||
-# <%= 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 :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 %>
|
||||
-# <% 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="field">
|
||||
-# <%= f.label :password_confirmation %><br />
|
||||
-# <%= f.password_field :password_confirmation, autocomplete: "off" %>
|
||||
-# </div>
|
||||
-#
|
||||
-# <div class="actions">
|
||||
-# <%= f.submit "Sign up" %>
|
||||
-# </div>
|
||||
-#<% end %>
|
||||
-# <div class="actions">
|
||||
-# <%= f.submit "Sign up" %>
|
||||
-# </div>
|
||||
-# <% end %>
|
||||
|
||||
= devise_error_messages!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue