Skip to content

Commit

Permalink
adding a small bit of text to the signup page so they know where they…
Browse files Browse the repository at this point in the history
… are
  • Loading branch information
Jeff Schoolcraft committed Jul 6, 2010
1 parent ff95637 commit bc52def
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/accounts/new.html.haml
@@ -1,10 +1,15 @@
- title "Register for an account"

.content

:textile
All we need from you to get started with BrandPulse is a login and an email address to send your password to.
<br />

- semantic_form_for @account, :url => account_path, :html => { :class => "account large" } do |f|
- f.fields_for :holder do |holder_form|
- f.inputs do
= holder_form.input :login
= holder_form.input :email
- f.buttons do
= holder_form.commit_button "Create my account"
= holder_form.commit_button "Create my account"

0 comments on commit bc52def

Please sign in to comment.