Sha256: 7f29a468ed60a588f0579782e999dd7f3631e3c5447a201c7ba9654f824af164

Contents?: true

Size: 395 Bytes

Versions: 5

Compression:

Stored size: 395 Bytes

Contents

<%
  page_title = _("Sign up")
  title(page_title)
%>

<%= form_for :typus_user, :url => { :action => :create } do |form| %>

  <ul>

    <li>
      <%= form.label :email, Typus.user_class.human_attribute_name(:email) %>
      <%= form.text_field :email, :size => 20, :class => "text" %>
    </li>

    <li>
      <%= submit_tag _("Sign up"), :class => "button" %>
    </li>

  </ul>

<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typus-1.0.0.pre5 app/views/admin/account/new.html.erb
typus-1.0.0.pre4 app/views/admin/account/new.html.erb
typus-1.0.0.pre3 app/views/admin/account/new.html.erb
typus-1.0.0.pre2 app/views/admin/account/new.html.erb
typus-1.0.0.pre app/views/admin/account/new.html.erb