Browse Source

Time entry actions had the wrong IDs...

denney-fix-saving-dates
Jason Denney 10 years ago
parent
commit
24facd4dee
  1. 6
      app/views/time_entries/new.haml

6
app/views/time_entries/new.haml

@ -23,11 +23,11 @@
.controls
.btn-group{ "data-toggle" => "buttons-radio"}
%label{ class: "btn btn-default"}
%input{ type: "radio", name: "action_id", value: 3} Volunteer
%input{ type: "radio", name: "action_id", value: 1} Volunteer
%label{ class: "btn btn-default"}
%input{ type: "radio", name: "action_id", value: 1} Personal
%input{ type: "radio", name: "action_id", value: 2} Personal
%label{ class: "btn btn-default"}
%input{ type: "radio", name: "action_id", value: 2} Staff
%input{ type: "radio", name: "action_id", value: 3} Staff
.hidden{ id: "log_action_id" }
.help-block
.control-group

Loading…
Cancel
Save