summaryrefslogtreecommitdiff
path: root/users/app/views/users/_new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/_new.html.haml')
-rw-r--r--users/app/views/users/_new.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/app/views/users/_new.html.haml b/users/app/views/users/_new.html.haml
new file mode 100644
index 0000000..3d0f2ac
--- /dev/null
+++ b/users/app/views/users/_new.html.haml
@@ -0,0 +1,7 @@
+- @user ||= User.new
+= user_form do |f|
+ = render :partial => 'users/login_field', :locals => {:f => f}
+ = render :partial => 'users/password_fields', :locals => {:f => f}
+ .form-actions
+ = f.button :submit, :value => t(:signup), :class => 'btn-primary'
+ = link_to t(:cancel), root_url, :class => :btn