Skip to content

Instantly share code, notes, and snippets.

View RallyWithGalli's full-sized avatar

RallyWithGalli

View GitHub Profile
@RallyWithGalli
RallyWithGalli / _form.html.erb
Last active August 29, 2015 14:20
Structure & Gamification for Developing Good Habits
<%= simple_form_for(@habit) do |f| %>
<%= f.error_notification %>
<div class="add-form-padding">
<form>
<div class="committed">
<a title="Choose the days of the week you commit to doing your habit every week.">
<span class="label label-primary">Committed to:</span>
<%= f.collection_check_boxes :committed, Date::ABBR_DAYNAMES, :downcase, :to_s %>