Commit ced21446a95e5c192caf4a5a718ab6da332dfa36
1 parent
db296747
Exists in
master
and in
1 other branch
users/new using evergreen styles, semi_formal syntax
Showing
2 changed files
with
16 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<h2>Sign up</h2> | |
2 | + | |
3 | +<% form_for @user do |form| %> | |
4 | + <%= form.error_messages %> | |
5 | + <%= render :partial => 'inputs', :object => form %> | |
6 | + <fieldset class="buttons"> | |
7 | + <%= form.submit 'Sign up', :disable_with => 'Please wait...' %> | |
8 | + </fieldset> | |
9 | +<% end %> | |
10 | + | ... | ... |