Skip to content

Commit

Permalink
Add blank lines between divs in form scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
cllns committed Apr 20, 2015
1 parent e539866 commit f3b709e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -17,6 +17,7 @@
<%%= f.label :password %><br>
<%%= f.password_field :password %>
</div>

<div class="field">
<%%= f.label :password_confirmation %><br>
<%%= f.password_field :password_confirmation %>
Expand All @@ -25,6 +26,7 @@
<%%= f.<%= attribute.field_type %> :<%= attribute.column_name %> %>
<% end -%>
</div>

<% end -%>
<div class="actions">
<%%= f.submit %>
Expand Down

0 comments on commit f3b709e

Please sign in to comment.