Skip to content

Instantly share code, notes, and snippets.

@RammusXu
Created June 17, 2015 15:54
Show Gist options
  • Save RammusXu/3d3b1ba7b99805b248b3 to your computer and use it in GitHub Desktop.
Save RammusXu/3d3b1ba7b99805b248b3 to your computer and use it in GitHub Desktop.
<h1 class="text-center">新增討論版</h1>
<div class="col-md-4 col-md-offset-4">
<hr>
<%= simple_form_for @group do |f| %>
<div class="form-group">
<%= f.input :title, input_html: {class: "form_controll"} %>
<%= f.input :description, input_html: {class: "form_controll"} %>
</div>
<div class="form-actions">
<%= f.submit "Submit", disable_with: 'Submitting...', class: "btn btn-primary"%>
</div>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment