Sha256: bb6266acc12835443e05a635cf0bf586204e4609a34ed106cf1674f615ba5ecb
Contents?: true
Size: 493 Bytes
Versions: 97
Compression:
Stored size: 493 Bytes
Contents
<% if @self_reg -%> <h1> Register </h1> <p> Please fill in the details below to register for the site.</p> <% else -%> <h1>New user</h1> <% end -%> <% form_tag :action => (@self_reg ? 'self_create' : 'create') do %> <%= render :partial => 'form' %> <%= submit_tag "Submit" %> <% end %> <br/> <% if @self_reg -%> <p> Once you have successfully submitted your registration request you will be given further instructions.</p> <% else -%> <%= link_to 'Back', :action => 'list' %> <% end -%>
Version data entries
97 entries across 97 versions & 2 rubygems