Sha256: 3307d5c50a4ee351d8d88f7062a52688c899db6ec25356a3088dfd4f3508f7fc
Contents?: true
Size: 513 Bytes
Versions: 4
Compression:
Stored size: 513 Bytes
Contents
<%= title_tag t('.title') %> <%= semantic_form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |form| %> <%= form.inputs do %> <%= form.input :email %> <%= form.input :password, :as => :password %> <%= form.input :password_confirmation, :as => :password %> <% end %> <%= form.actions do %> <%= form.action :submit, :as => :button, :label => t('.commit') %> <%= form.action :cancel, :as => :link %> <% end %> <% end %> <%= render "links" %>
Version data entries
4 entries across 4 versions & 1 rubygems