mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-04-04 05:33:22 -04:00
Time entry actions had the wrong IDs...
This commit is contained in:
parent
894423e66f
commit
24facd4dee
@ -23,11 +23,11 @@
|
|||||||
.controls
|
.controls
|
||||||
.btn-group{ "data-toggle" => "buttons-radio"}
|
.btn-group{ "data-toggle" => "buttons-radio"}
|
||||||
%label{ class: "btn btn-default"}
|
%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"}
|
%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"}
|
%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" }
|
.hidden{ id: "log_action_id" }
|
||||||
.help-block
|
.help-block
|
||||||
.control-group
|
.control-group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user