Skip to content

Instantly share code, notes, and snippets.

@forrestwilkins
Created February 10, 2015 05:15
Show Gist options
  • Save forrestwilkins/20833e31f27c2e184d0a to your computer and use it in GitHub Desktop.
Save forrestwilkins/20833e31f27c2e184d0a to your computer and use it in GitHub Desktop.
<%= form_for @maintenance do |f| %>
<p>
<%= f.check_box :title %>
</p>
<p>
<%= f.submit translate("Update"), class: "btn btn-default btn-lg btn-block" %>
</p>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment