From 24facd4dee96910c7a9d3c43efe5cc99ab900370 Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Sat, 3 May 2014 21:48:35 -0400 Subject: [PATCH] Time entry actions had the wrong IDs... --- app/views/time_entries/new.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/time_entries/new.haml b/app/views/time_entries/new.haml index 4f10444..49a4eeb 100644 --- a/app/views/time_entries/new.haml +++ b/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