Sha256: 428c4117151871164b35ba5c653f93732b3525d0c4eca27fa3d6b2344ad0c499

Contents?: true

Size: 1.24 KB

Versions: 35

Compression:

Stored size: 1.24 KB

Contents

<%= form_for(@auth_shopping_personality, url: @auth_shopping_personality.new_record? ? personalities_path : personality_path(@auth_shopping_personality), method: @auth_shopping_personality.new_record? ? :post : :put, namespace: @auth_shopping_personality.id.to_s, as: :personality, remote: true) do |f| %>

  <% if @auth_shopping_personality.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(@auth_shopping_personality.errors.count, "error") %> prohibited this auth_shopping_personality from being saved:</h2>

      <ul>
      <% @auth_shopping_personality.errors.full_messages.each do |message| %>
        <li><%= message %></li>
      <% end %>
      </ul>
    </div>
  <% end %>
  <div class="row">
    <div class="form_fields col l6 m6 s6 offset-l3 offset-m3 offset-s3">
        <%= f.text_field :fullname %>
        <%= f.label :fullname %>

        <%= f.text_field :date_of_birth, :class => "datepicker" %>
        <%= f.label :date_of_birth %>

        <%= f.text_field :sex %>
        <%= f.label :sex %>
        <div class="actions center m-30-top">
          <%= f.button :submit, {:class => "waves-effect waves-light btn-small blue-grey"} do %>
              Create
          <% end %>
        </div>
    </div>
  </div>
<% end %>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.9 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.8 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.7 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.6 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.5 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.4 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.3 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.2 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.1 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.5.0 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.4.9 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.4.8 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.4.7 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.4.6 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.4.5 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.4.4 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.4.3 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.4.2 app/views/auth/shopping/personalities/_form.html.erb
wordjelly-auth-1.4.0 app/views/auth/shopping/personalities/_form.html.erb