Sha256: 8b801742013cd82c70f4a70a88ed6a9dad8961bbcad3a301b37a387c54c1114e

Contents?: true

Size: 498 Bytes

Versions: 39

Compression:

Stored size: 498 Bytes

Contents

<%
  page_title = Typus::I18n.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", :autofocus => 'autofocus' %>
    </li>

    <li>
      <%= submit_tag Typus::I18n.t("Sign up"), :class => "button", :disable_with => Typus::I18n.t("Sending data ...") %>
    </li>

  </ul>

<% end %>

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
typus-3.1.10 app/views/admin/account/new.html.erb
typus-3.1.9 app/views/admin/account/new.html.erb
typus-3.1.8 app/views/admin/account/new.html.erb
typus-3.1.7 app/views/admin/account/new.html.erb
typus-3.1.6 app/views/admin/account/new.html.erb
typus-3.1.5 app/views/admin/account/new.html.erb
typus-3.1.4 app/views/admin/account/new.html.erb
typus-3.1.3 app/views/admin/account/new.html.erb
typus-3.1.2 app/views/admin/account/new.html.erb
typus-3.1.1 app/views/admin/account/new.html.erb
typus-3.1.0 app/views/admin/account/new.html.erb
typus-3.1.0.rc19 app/views/admin/account/new.html.erb
typus-3.1.0.rc18 app/views/admin/account/new.html.erb
typus-3.0.12 app/views/admin/account/new.html.erb
typus-3.1.0.rc17 app/views/admin/account/new.html.erb
typus-3.1.0.rc16 app/views/admin/account/new.html.erb
typus-3.1.0.rc15 app/views/admin/account/new.html.erb
typus-3.1.0.rc14 app/views/admin/account/new.html.erb
typus-3.0.11 app/views/admin/account/new.html.erb
typus-3.1.0.rc13 app/themes/default/views/admin/account/new.html.erb