summaryrefslogtreecommitdiff
path: root/users/app/views/users/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/_form.html.haml')
-rw-r--r--users/app/views/users/_form.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/users/app/views/users/_form.html.haml b/users/app/views/users/_form.html.haml
deleted file mode 100644
index cb51175..0000000
--- a/users/app/views/users/_form.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-- only = local_assigns[:only]
-- html = {:class => 'form-horizontal user form ' + (@user.new_record? ? 'new' : 'edit')}
-= simple_form_for @user, :validate => true, :format => :json, :html => html do |f|
- %legend
- = t(only || :signup_message)
- = yield
- .pull-right
- = f.button :submit
- - unless only
- = link_to t(:cancel), root_url, :class => :btn
- .clearfix