Sha256: 507b299fdb7d85b24cd708bac8991ae4b7c54671f9c20ec8f2980a21f928aaf2

Contents?: true

Size: 905 Bytes

Versions: 6

Compression:

Stored size: 905 Bytes

Contents

<%= title_page 'Novo Resource', save: root_path, show: root_path %>

<%= simple_form_for @user do |f| %>
  <section class='three-columns'>
    <article class='column'>
      <%= f.input :name, label: false, placeholder: 'Nome' %>
      <%= f.input :email, label: false, placeholder: 'E-mail' %>
      <%= f.input :password, label: false, placeholder: 'Senha', input_html: {class: 'small'} %>
      <%= f.input :active, label: 'Ativo' %>
    </article>
    <article class='column'>
      <%= f.input :description, label: false, placeholder: 'Descrição' %>
    </article>
    <article class='column'>
      <%= f.input :name, label: false, placeholder: 'Data', input_html: {class: 'date'}%>
      <%= f.input :name, label: false, placeholder: 'CPF', input_html: {class: 'cpf'} %>
    </article>
  </section>  
  
  <footer>
    <%= submit_button f %>
    <%= cancel_action :back %>
  </footer>
<% end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
loldesign_publisher-1.3.6 spec/dummy/app/views/users/new.html.erb
loldesign_publisher-1.3.4 spec/dummy/app/views/users/new.html.erb
loldesign_publisher-1.3.3 spec/dummy/app/views/users/new.html.erb
loldesign_publisher-1.3.2 spec/dummy/app/views/users/new.html.erb
loldesign_publisher-1.3.1 spec/dummy/app/views/users/new.html.erb
loldesign_publisher-1.3.0 spec/dummy/app/views/users/new.html.erb