Skip to content

Commit

Permalink
Oh god dammit, now I see.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Jun 20, 2013
1 parent 78b0cc2 commit 57dac4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/cards/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
= f.text_field :time_in, :placeholder => 'May 5, 3:00pm',
:value => @card.time_in
= f.text_field :time_out, :placeholder => 'May 5, 9:00pm',
:value => @card.time_in
:value => @card.time_out
= f.text_field :notes_duration, :placeholder => '1h 35m',
:value => @card.notes_duration

Expand Down

0 comments on commit 57dac4c

Please sign in to comment.