Sha256: e0f2353c81d17f1b0746f073a8f310dcc0a32af72cab7e4ac3ab01bf59344180

Contents?: true

Size: 397 Bytes

Versions: 11

Compression:

Stored size: 397 Bytes

Contents

<%
  page_title = _t("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 _t("Sign up"), :class => "button" %>
    </li>

  </ul>

<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
typus-3.0.2 app/views/admin/account/new.html.erb
typus-3.0.1 app/views/admin/account/new.html.erb
typus-3.0.0 app/views/admin/account/new.html.erb
typus-1.0.0.pre13 app/views/admin/account/new.html.erb
typus-1.0.0.pre12 app/views/admin/account/new.html.erb
typus-1.0.0.pre11 app/views/admin/account/new.html.erb
typus-1.0.0.pre10 app/views/admin/account/new.html.erb
typus-1.0.0.pre9 app/views/admin/account/new.html.erb
typus-1.0.0.pre8 app/views/admin/account/new.html.erb
typus-1.0.0.pre7 app/views/admin/account/new.html.erb
typus-1.0.0.pre6 app/views/admin/account/new.html.erb