This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/app/views/users/signup.html.haml
2013-07-14 11:11:18 -04:00

8 lines
172 B
Plaintext

%h4.title= App.title
%h1.title Nova conta
%p
= form_tag signup_path do
= render :partial => 'form_settings', :locals => { :signup => true }
= submit_tag 'Criar'