mailr/app/views/user/setup.html.haml
Wojciech Todryk 7de07db812 cont
2012-03-10 21:03:56 +01:00

10 lines
436 B
Plaintext
Executable file

- content_for :title do
\-
= t(:setup,:scope=>:user)
%form{:class=>"form-horizontal top-pix18",:action=>"#{url_for(:controller => 'user', :action => 'create')}",:method=>"post"}
%legend
= t(:setup,:scope=>:user)
%fieldset
= render :partial => "common/input_form_desc_field",:locals => {:object => @user,:attr => 'login',:label => nil,:example => 'joe doe',:value => params[:user].nil? ? params[:login] : params[:user][:login]}