Sha256: 97deb3e345b1e36fc9a0ed671e02b3130c7ce03327647af33b91a7b3e5e05819

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

<%= simple_form_for @question, validate: true do |f| %>
  <%= f.hidden_field :user_id, value: current_user.id %>
  <%= f.input :title %>
  <%= f.input :details %>
  <%= f.input :tag_list, label: 'Tags', hint: 'Separate tags with commas' %>
  <%= f.submit "Post your question" %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rostra-0.0.3 app/views/rostra/questions/_form.html.erb
rostra-0.0.2 app/views/rostra/questions/_form.html.erb
rostra-0.0.1 app/views/rostra/questions/_form.html.erb