Sha256: 8f5f5cc89e59ddcb95a02d217c7589177a450e35b007769c427b2d7cf9b9feba

Contents?: true

Size: 465 Bytes

Versions: 6

Compression:

Stored size: 465 Bytes

Contents

<%= simple_form_for @question, validate: true do |f| %>
  <%= f.hidden_field :user_id, value: rostra_user.id %>
  <%= f.input :title %>
  <%= f.input :details, input_html: {class: 'wysiwyg'}  %>
  <%= f.input :tag_list, label: 'Tags', hint: 'Separate tags with commas' %>
  <%= f.input :follow_by_email, as: :boolean, input_html: { checked: true }, label: "I want to follow answers and comments on this question" %>
  <%= f.submit "Post your question" %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rostra-0.0.14 app/views/rostra/questions/_form.html.erb
rostra-0.0.13 app/views/rostra/questions/_form.html.erb
rostra-0.0.12 app/views/rostra/questions/_form.html.erb
rostra-0.0.11 app/views/rostra/questions/_form.html.erb
rostra-0.0.10 app/views/rostra/questions/_form.html.erb
rostra-0.0.9 app/views/rostra/questions/_form.html.erb