Skip to content

Instantly share code, notes, and snippets.

@Gowiem
Created June 3, 2017 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gowiem/c6ed41273bdddc29fbc87020eb47802d to your computer and use it in GitHub Desktop.
Save Gowiem/c6ed41273bdddc29fbc87020eb47802d to your computer and use it in GitHub Desktop.
{{!-- app/templates/accept-invitation.hbs --}}
{{#bs-form model=model onSubmit=(route-action "submit" model) as |f|}}
{{f.element controlType="password" label="Password" placeholder="Password" property="password" required=true}}
{{f.element controlType="password" label="Password Confirmation" placeholder="Password Confirmation" property="password_confirmation" required=true}}
{{bs-button defaultText="Submit" type="primary" buttonType="submit"}}
{{/bs-form}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment