Sha256: fab294355569095ffe2402a511865a3f25b34e9c11419cc81a6c20e815a6c0ff
Contents?: true
Size: 408 Bytes
Versions: 26
Compression:
Stored size: 408 Bytes
Contents
<h2>Sign Up</h2> <%= form_for(@account) do |account| %> <%= account.error_messages %> <p> <%= account.label :name %><br> <%= account.text_field :name %> </p> <p> <%= account.label :subdomain %><br> <%= account.text_field :subdomain %> </p> <%= account.fields_for :owner do |owner| %> <%= render "mtwarden/account/users/form", :user => owner %> <% end %> <%= account.submit %> <% end %>
Version data entries
26 entries across 26 versions & 1 rubygems