Sha256: 2f070da3c21ecf9d40fac6c1fcf3e9c677bd1d15ba6763de9c0f979c19b9074d

Contents?: true

Size: 591 Bytes

Versions: 16

Compression:

Stored size: 591 Bytes

Contents

<%= form_for @authorship, html: { class: 'form-horizontal', role: 'form' } do |f| %>
  <div class='form-group'>
    <div class='col-sm-12'>
      <%= f.text_field :name, class: 'form-control input-lg', placeholder: 'Name' %>
    </div>
  </div>
  <div class='form-group'>
    <div class='col-sm-12'>
      <%= f.text_field :email, class: 'form-control input-lg', placeholder: 'Email' %>
    </div>
  </div>
  <div class='form-group'>
    <div class='col-sm-12'>
      <%= f.text_area :bio,  class: 'form-control input-lg', placeholder: 'A bit about yourself' %>
    </div>
  </div>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
writefully-0.8.2 app/views/writefully/profiles/_form.html.erb
writefully-0.8.1 app/views/writefully/profiles/_form.html.erb
writefully-0.8.0 app/views/writefully/profiles/_form.html.erb
writefully-0.7.1 app/views/writefully/profiles/_form.html.erb
writefully-0.6.12 app/views/writefully/profiles/_form.html.erb
writefully-0.6.11 app/views/writefully/profiles/_form.html.erb
writefully-0.6.10 app/views/writefully/profiles/_form.html.erb
writefully-0.6.9 app/views/writefully/profiles/_form.html.erb
writefully-0.6.7 app/views/writefully/profiles/_form.html.erb
writefully-0.6.6 app/views/writefully/profiles/_form.html.erb
writefully-0.6.5 app/views/writefully/profiles/_form.html.erb
writefully-0.6.4 app/views/writefully/profiles/_form.html.erb
writefully-0.6.3 app/views/writefully/profiles/_form.html.erb
writefully-0.6.2 app/views/writefully/profiles/_form.html.erb
writefully-0.5.1 app/views/writefully/profiles/_form.html.erb
writefully-0.5.0 app/views/writefully/profiles/_form.html.erb